Просмотр исходного кода

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

xurongyao 7 лет назад
Родитель
Сommit
8031b5999f
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      crmeb/install/index.php

+ 3 - 1
crmeb/install/index.php

@@ -125,7 +125,9 @@ switch ($step) {
             'runtime',
             'runtime/cache',
 	    	'runtime/temp',
-	    	'runtime/log',        	
+	    	'runtime/log',
+            'application/database.php',
+            'application/config.php',
         );
         include_once ("./templates/step2.php");
         exit();