This commit is contained in:
thinkphp
2016-02-02 18:41:49 +08:00
parent 73f5ee7219
commit 3aaa4e8140
2 changed files with 6 additions and 3 deletions

View File

@@ -79,9 +79,6 @@ class App
Session::init($config['session']);
}
// 日志初始化
Log::init($config['log']);
if (empty(self::$dispatch['type'])) {
// 未指定调度类型 则进行URL路由检测
self::route($config);