staff.php lang_staff

This commit is contained in:
xiaomlove
2021-06-17 22:50:25 +08:00
parent f8f580cb92
commit b8ca182be1

View File

@@ -5,7 +5,7 @@ require_once(get_langfile_path());
loggedinorreturn(true);
if (get_user_class() < UC_VIP)
{
stderr($lang_log['std_sorry'],$lang_log['std_permission_denied_only'].get_user_class_name(UC_VIP,false,true,true).$lang_log['std_or_above_can_view'],false);
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);
}
stdhead($lang_staff['head_staff']);