还原config到application目录

This commit is contained in:
Anyon 2017-02-09 21:14:12 -05:00
parent 9bc62dc8b9
commit b086a795e9
5 changed files with 0 additions and 3 deletions

View File

@ -3,8 +3,5 @@
// 定义应用目录
define('APP_PATH', dirname(__DIR__) . '/application/');
// 定义配置目录
define('CONF_PATH', dirname(__DIR__) . '/config/');
// 加载框架引导文件
require dirname(__DIR__) . '/thinkphp/start.php';