|
@@ -28,7 +28,7 @@ date_default_timezone_set('PRC');
|
|
|
error_reporting(E_ALL & ~E_NOTICE);
|
|
error_reporting(E_ALL & ~E_NOTICE);
|
|
|
header('Content-Type: text/html; charset=UTF-8');
|
|
header('Content-Type: text/html; charset=UTF-8');
|
|
|
define('SITEDIR', _dir_path(substr(dirname(__FILE__), 0, -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));
|
|
//define('SITEDIR2', substr(SITEDIR,0,-7));
|
|
|
//echo SITEDIR;
|
|
//echo SITEDIR;
|
|
|
//exit;SITEDIR
|
|
//exit;SITEDIR
|
|
@@ -128,7 +128,7 @@ switch ($step) {
|
|
|
|
|
|
|
|
|
|
|
|
|
$folder = array(
|
|
$folder = array(
|
|
|
- 'crmeb/install',
|
|
|
|
|
|
|
+ 'public/install',
|
|
|
'public/uploads',
|
|
'public/uploads',
|
|
|
'runtime',
|
|
'runtime',
|
|
|
'runtime/cache',
|
|
'runtime/cache',
|