移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 699 B After Width: | Height: | Size: 699 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 875 B |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 723 B After Width: | Height: | Size: 723 B |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 494 B |
@ -28,7 +28,7 @@ date_default_timezone_set('PRC');
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
define('SITEDIR', _dir_path(substr(dirname(__FILE__), 0, -8)));//入口文件目录
|
||||
define('CRMEBDIR', _dir_path(substr(dirname(__FILE__), 0, -14)));//项目目录
|
||||
define('CRMEBDIR', _dir_path(substr(dirname(__FILE__), 0, -15)));//项目目录
|
||||
//define('SITEDIR2', substr(SITEDIR,0,-7));
|
||||
//echo SITEDIR;
|
||||
//exit;SITEDIR
|
||||
@ -128,7 +128,7 @@ switch ($step) {
|
||||
|
||||
|
||||
$folder = array(
|
||||
'crmeb/install',
|
||||
'public/install',
|
||||
'public/uploads',
|
||||
'runtime',
|
||||
'runtime/cache',
|
||||