Przeglądaj źródła

修复获取参数问题。

magicblack 4 lat temu
rodzic
commit
bf9c6ea640

+ 1 - 1
application/common.php

@@ -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;
     }

Plik diff jest za duży
+ 6 - 1
application/data/update/database.php


+ 1 - 1
application/extra/version.php

@@ -3,7 +3,7 @@ return array (
     'name' => '苹果CMS内容管理系统',
     'copyright' => 'MacCMS',
     'url' => '//github.com/magicblack',
-    'code' => '2022.1000.3010',
+    'code' => '2022.1000.3011',
     'license' => '开源版',
 );
 ?>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików