X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex.php;fp=web%2Findex.php;h=3ac428a27b9a260847abf42d70000319635fb2a7;hp=ec7031a411f1b5548cab1b7ea43bddc2f7826166;hb=757484aa6aaeb23e6de9e25002666f962f60a050;hpb=7cd9788f0a6ebd0d7e47d4393e7afb2ce19f61f2 diff --git a/web/index.php b/web/index.php index ec7031a..3ac428a 100644 --- a/web/index.php +++ b/web/index.php @@ -537,7 +537,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if ($ii % 4 == 0) { $tables .= ''; } - if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_APPR_N) { + if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $i < TABLES_APPR_N) { $tables .= ''; $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
';