X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=437f4548d52fce855c4849099ac1290938a667be;hb=2e7a84b96857513ad916731b88f109cb25ccf97f;hp=c2c4be18e24f9230dd9b90e495ad88e8afad3912;hpb=28be75bdd1253bb56c8bef5476f59be63013eb71;p=brisk.git diff --git a/web/index.php b/web/index.php index c2c4be1..437f454 100644 --- a/web/index.php +++ b/web/index.php @@ -377,6 +377,13 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f break; } } + if ($brisk->cloud_check($remote_addr)) { + // TODO: find a way to add a nonblocking sleep(5) here + $banned = TRUE; + $last_msg = $mlang_room['reas_cloud'][$G_lang]; + } + + if (validate_sess($sess)) { log_main("pre garbage_manager UNO"); $brisk->garbage_manager(TRUE);