change special section permission deny notice text

This commit is contained in:
xiaomlove
2021-06-16 00:00:11 +08:00
parent db59e93eb2
commit 00930a8386
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$lang_special = [
'std_sorry' => "对不起...",
'std_permission_denied_only' => "你没有该权限。只有",
'std_or_above_can_view' => "及以上等级的用户才能查看特别区。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>" .$SITENAME."管理组</b>",
];