X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Findex.php;h=9a7665b1e27d58c6724c90aad0b8ab32ad8afa78;hb=03002883141b5e751650f5a28812456c2aa5f054;hp=648666d8cbd4867e81b6a4e8acd4b1ffe80dec66;hpb=5772fe335990b61f170d2e7365bb5ab58ba57fef;p=brisk.git diff --git a/web/index.php b/web/index.php index 648666d..9a7665b 100644 --- a/web/index.php +++ b/web/index.php @@ -373,7 +373,7 @@ function index_main(&$brisk, $transp_type, &$header_out, $addr, $get, $post, $co $tables .= ''; for ($ii = 0 ; $ii < TABLES_N ; $ii++) { if ($user->flags & USER_FLAG_AUTH) - $i = $ii; + $i = $ii; else $i = TABLES_N - $ii - 1;