소스 검색

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放crmeb一个目录

xurongyao 7 년 전
부모
커밋
2e01dda31c
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      crmeb/install/index.php

+ 8 - 8
crmeb/install/index.php

@@ -127,14 +127,14 @@ switch ($step) {
 
         
         $folder = array(
-            '/crmeb/install',
-            '/public/uploads',
-            '/runtime',
-            '/runtime/cache',
-	    	'/runtime/temp',
-	    	'/runtime/log',
-            '/application/database.php',
-            '/application/config.php',
+            'crmeb/install',
+            'public/uploads',
+            'runtime',
+            'runtime/cache',
+	    	'runtime/temp',
+	    	'runtime/log',
+            'application/database.php',
+            'application/config.php',
         );
         include_once ("./templates/step2.php");
         exit();