X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fsac-a-push.phh;h=6ed7a0e6a5fe300d6bc1e4256e940618efeeb57e;hb=ad9bfccebd7532f3283ef6cc0733a47973c9a44e;hp=3f4f6c89e6b2faf3157bf9374decca6547e607e9;hpb=93d7a6690daa9a9138277a8d83edb766fb2bab8a;p=brisk.git diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 3f4f6c8..6ed7a0e 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -796,7 +796,7 @@ class Sac_a_push { $line = trim($buf); if ($line == "reload") { require("$DOCUMENT_ROOT/Etc/".BRISK_CONF); - $this->app->reload($G_ban_list, $G_black_list); + $this->app->reload(FALSE, $G_ban_list, $G_black_list); global_dump(); } else if ($line == "shutdown" || $line == "sd") { @@ -931,6 +931,7 @@ class Sac_a_push { } // if (isset($this->s2u[$id]... } // foreach ($this->socks... printf("\n"); + $this->app->cds->process(); } // while (... } // function run(...