v2.0.36-20230823

This commit is contained in:
MI15\Win
2023-08-23 16:33:53 +08:00
parent 86be0ca786
commit 5c7136ff0f
12 changed files with 74 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
$type = htmlspecialchars(trim($_GET['type']),ENT_QUOTES);
if (function_exists($type) ) {
if($GLOBALS['global_config']['article'] != 1 || !check_purview('article',1)){
if($GLOBALS['global_config']['article'] < 1 || !check_purview('article',1)){
msg(-1,'无权限');
}
$type();