mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-07 13:48:28 +00:00
移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放crmeb一个目录
This commit is contained in:
parent
68a10167ba
commit
03df8b2297
@ -127,14 +127,14 @@ switch ($step) {
|
|||||||
|
|
||||||
|
|
||||||
$folder = array(
|
$folder = array(
|
||||||
'crmeb/install',
|
'/crmeb/install',
|
||||||
'public/uploads',
|
'/public/uploads',
|
||||||
'runtime',
|
'/runtime',
|
||||||
'runtime/cache',
|
'/runtime/cache',
|
||||||
'runtime/temp',
|
'/runtime/temp',
|
||||||
'runtime/log',
|
'/runtime/log',
|
||||||
'application/database.php',
|
'/application/database.php',
|
||||||
'application/config.php',
|
'/application/config.php',
|
||||||
);
|
);
|
||||||
include_once ("./templates/step2.php");
|
include_once ("./templates/step2.php");
|
||||||
exit();
|
exit();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user