X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=76db91f8089b10960d250e0c33a533cbb84f87e2;hb=994648dc54861cf65520654bc6020b51859155bb;hp=7756764b4b2fb9532c0ad23163905e71fe9efc77;hpb=43b825479e2c58fe49b714e8d09fbbf472b8e662;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 7756764..76db91f 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -28,10 +28,11 @@ $G_base = "../"; require_once($G_base."Obj/sac-a-push.phh"); require_once("./brisk-spush.phh"); require_once($G_base."Obj/user.phh"); +@include_once($G_base."Obj/curl-de-brisk.phh"); require_once($G_base."Obj/brisk.phh"); require_once($G_base."Obj/auth.phh"); require_once($G_base."Obj/zlibstream.phh"); -// require_once("../Obj/proxyscan.phh"); +require_once($G_base."Obj/mail.phh"); require_once($G_base."index.php"); require_once($G_base."index_wr.php"); require_once($G_base."briskin5/Obj/briskin5.phh"); @@ -41,9 +42,11 @@ require_once($G_base."briskin5/index_wr.php"); function main($argv) { + GLOBAL $G_ban_list, $G_black_list, $G_prov_proxy; + pid_save(); do { - if (($brisk = Brisk::create(LEGAL_PATH."/brisk-crystal.data")) == FALSE) { + if (($brisk = Brisk::create(LEGAL_PATH."/brisk-crystal.data", $G_ban_list, $G_black_list, $G_prov_proxy)) == FALSE) { log_crit("Brisk::create failed"); $ret = 1; break;