mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 06:52:49 +00:00
更新 index.php
This commit is contained in:
parent
617a124dc7
commit
580dac88a4
@ -24,7 +24,7 @@ if(file_exists("./public/install/") && !file_exists("./public/install/install.lo
|
|||||||
// 定义应用目录
|
// 定义应用目录
|
||||||
define('APP_PATH', __DIR__ . '/application/');
|
define('APP_PATH', __DIR__ . '/application/');
|
||||||
//静态文件目录
|
//静态文件目录
|
||||||
define('PUBILC_PATH', '/public');
|
define('PUBILC_PATH', '/public/');
|
||||||
//上传文件目录
|
//上传文件目录
|
||||||
define('UPLOAD_PATH', 'public/uploads');
|
define('UPLOAD_PATH', 'public/uploads');
|
||||||
// 加载框架引导文件
|
// 加载框架引导文件
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user