X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=70e1ddd37b5fed12cc92e185a451f3099317ac68;hb=7bccbb21239ca3cecf2914e9b307ab1e1b1aa46e;hp=c53bc95e599c4e47255229cd075012c04215a4f3;hpb=8f16acf48b22363d40ba1e072b3c09cbacc88c18;p=brisk.git diff --git a/web/index.php b/web/index.php index c53bc95..70e1ddd 100644 --- a/web/index.php +++ b/web/index.php @@ -356,13 +356,13 @@ function index_main(&$brisk, $transp_type, &$header_out, $remote_addr_full, $get } } + $banned = FALSE; if ($ACTION == "login" && isset($name)) { log_main("pre garbage_manager DUE"); if (isset($pass_private) == FALSE || $pass_private == "") { $pass_private = FALSE; - $banned = FALSE; if ($brisk->ban_check($remote_addr)) { // TODO: find a way to add a nonblocking sleep(5) here $banned = TRUE;