X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=3ac428a27b9a260847abf42d70000319635fb2a7;hb=a78c0875b91a003fcc72054f8eb7986fbc2ef699;hp=70b0dae2edab4e66a21361aeac476979da7cddfe;hpb=938418d51fb84f4bfca6eb6acfe79a2fb227f1a4;p=brisk.git diff --git a/web/index.php b/web/index.php index 70b0dae..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_AUTH_N) { + if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $i < TABLES_APPR_N) { $tables .= ''; $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
';