瀏覽代碼

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

sugar1569 3 年之前
父節點
當前提交
0c7048ba81
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      crmeb/public/install/index.php

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

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