only vip or above can see staff

This commit is contained in:
xiaomlove
2021-06-17 22:47:15 +08:00
parent a6ca92706b
commit f8f580cb92
4 changed files with 16 additions and 3 deletions
+4 -1
View File
@@ -27,7 +27,10 @@ $lang_staff = array
'text_apply_for_it' => "Apply to join",
'text_forum_moderators' => "Forum Moderators",
'text_forum_moderators_note' => "Forum moderators are responsible for daily management of forums.",
'text_forums' => "Forums"
'text_forums' => "Forums",
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Permission denied. Only ",
'std_or_above_can_view' => " or above could view Staff. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
);
?>