X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=22def38e80a75ceb36e22e17e45f34dc6c2d0a75;hb=c9cbae97b192a003007a9d7f655473c266ca49d8;hp=76db91f8089b10960d250e0c33a533cbb84f87e2;hpb=f8e4fc91f8fa59e3dea560616a461db0bfc301cf;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 76db91f..22def38 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -33,6 +33,7 @@ require_once($G_base."Obj/brisk.phh"); require_once($G_base."Obj/auth.phh"); require_once($G_base."Obj/zlibstream.phh"); require_once($G_base."Obj/mail.phh"); +require_once($G_base."Obj/provider_proxy.phh"); require_once($G_base."index.php"); require_once($G_base."index_wr.php"); require_once($G_base."briskin5/Obj/briskin5.phh"); @@ -42,11 +43,11 @@ require_once($G_base."briskin5/index_wr.php"); function main($argv) { - GLOBAL $G_ban_list, $G_black_list, $G_prov_proxy; + GLOBAL $G_ban_list, $G_black_list, $G_cloud_smasher, $G_provider_proxy; pid_save(); do { - if (($brisk = Brisk::create(LEGAL_PATH."/brisk-crystal.data", $G_ban_list, $G_black_list, $G_prov_proxy)) == FALSE) { + if (($brisk = Brisk::create(LEGAL_PATH."/brisk-crystal.data", $G_ban_list, $G_black_list, $G_cloud_smasher, $G_provider_proxy)) == FALSE) { log_crit("Brisk::create failed"); $ret = 1; break;