From 5d5a080819a37889b940d4bfe54398d7dbb05c39 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 28 Jul 2016 09:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/think/App.php b/library/think/App.php index 01614917..2e50a40f 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -82,7 +82,7 @@ class App } $config = self::initCommon(); - + $request->filter($config['default_filter']); try { // 开启多语言机制 @@ -104,6 +104,7 @@ class App } // 记录当前调度信息 $request->dispatch($dispatch); + // 记录路由信息 self::$debug && Log::record('[ ROUTE ] ' . var_export($dispatch, true), 'info'); // 监听app_begin