From: Matteo Nastasi Date: Fri, 17 Apr 2020 07:13:23 +0000 (+0200) Subject: typo fixed X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=757484aa6aaeb23e6de9e25002666f962f60a050;p=brisk.git typo fixed --- 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.'
';