Browse Source

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

sugar1569 3 years ago
parent
commit
0c7048ba81
1 changed files with 2 additions and 1 deletions
  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'));