X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fsac-a-push.phh;fp=web%2FObj%2Fsac-a-push.phh;h=6ed7a0e6a5fe300d6bc1e4256e940618efeeb57e;hb=ad9bfccebd7532f3283ef6cc0733a47973c9a44e;hp=4e88985cb4dc1d4950216419b9cf103964511103;hpb=7bccbb21239ca3cecf2914e9b307ab1e1b1aa46e;p=brisk.git diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 4e88985..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") {