From 39b08c6b890b037d74eb4a269aa534292b8a0de2 Mon Sep 17 00:00:00 2001 From: pwf0112 Date: Sun, 17 Jan 2016 17:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B9=A6=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/App.php b/library/think/App.php index 7725a116..f2a199d4 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -379,7 +379,7 @@ class App Route::register($config['route']); } // 路由检测(根据路由定义返回不同的URL调度) - $result = Route::check($_SERVER['PATH_INFO'], $depr, $Config['url_domain_deploy']); + $result = Route::check($_SERVER['PATH_INFO'], $depr, $config['url_domain_deploy']); if (false === $result) { // 路由无效 if ($config['url_route_must']) {