内核更新

This commit is contained in:
2016-08-16 16:14:36 +08:00
parent ebde0fc13e
commit 81a25be484
25 changed files with 340 additions and 129 deletions

View File

@@ -57,5 +57,5 @@ if (is_file(ROOT_PATH . 'env' . EXT)) {
// 注册错误和异常处理机制
\think\Error::register();
// 加载模式配置文件
// 加载惯例配置文件
\think\Config::set(include THINK_PATH . 'convention' . EXT);