Explorar el Código

【程序目录】修改安装文件权限检测

sugar1569 hace 3 años
padre
commit
0c7048ba81
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      crmeb/public/install/index.php

+ 2 - 1
crmeb/public/install/index.php

@@ -144,7 +144,8 @@ switch ($step) {
             'runtime',
         );
         $file = array(
-            '.env'
+            '.env',
+            '.version'
         );
         //必须开启函数
         $disabled = explode(',', ini_get('disable_functions'));