mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
staff.php lang_staff
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ require_once(get_langfile_path());
|
|||||||
loggedinorreturn(true);
|
loggedinorreturn(true);
|
||||||
if (get_user_class() < UC_VIP)
|
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']);
|
stdhead($lang_staff['head_staff']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user