@@ -1376,7 +1376,7 @@ function mac_find_array($text,$start,$end)
function mac_param_url(){
$input = input() ;
$param = [];
- if($GLOBALS['config']['app']['input_type']==0 && request()->isPost()){
+ if($GLOBALS['config']['app']['input_type']==0 && request()->isPost() && ENTRANCE!=='admin'){
$input = input('get.');
$tmp = $_GET;
}
@@ -3,7 +3,7 @@ return array (
'name' => '苹果CMS内容管理系统',
'copyright' => 'MacCMS',
'url' => '//github.com/magicblack',
- 'code' => '2022.1000.3010',
+ 'code' => '2022.1000.3011',
'license' => '开源版',
);
?>