update topten+staff+log menu visibility

This commit is contained in:
xiaomlove
2022-09-07 20:36:41 +08:00
parent 9231da1c6b
commit 2511933033
3 changed files with 12 additions and 9 deletions
+1 -4
View File
@@ -3,10 +3,7 @@ require "../include/bittorrent.php";
dbconn();
require_once(get_langfile_path());
loggedinorreturn(true);
if (get_user_class() < UC_VIP)
{
stderr($lang_staff['std_sorry'],$lang_staff['std_permission_denied_only'].get_user_class_name(UC_VIP,false,true,true).$lang_staff['std_or_above_can_view'],false);
}
user_can('staffmem', true);
stdhead($lang_staff['head_staff']);
$Cache->new_page('staff_page', 900, true);