X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex.php;h=ea7f22b47962d84e0975c6d938fb0ce93caed98b;hp=baad9b5c62d8924431051ae90c8199d44ed17ca4;hb=2a36c945e6c9107f400dfb24d57c682f1c7f49e2;hpb=f3da8c18e6ec1b5ad948c325141806f1228c0677 diff --git a/web/index.php b/web/index.php index baad9b5..ea7f22b 100644 --- a/web/index.php +++ b/web/index.php @@ -506,7 +506,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f $tables .= '
'; $tables .= ''; for ($ii = 0 ; $ii < TABLES_N ; $ii++) { - if ($user->is_auth()) + if ($user->is_auth() && !$user->is_appr()) $i = $ii; else $i = TABLES_N - $ii - 1;