mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
变量书写错误
This commit is contained in:
@@ -379,7 +379,7 @@ class App
|
|||||||
Route::register($config['route']);
|
Route::register($config['route']);
|
||||||
}
|
}
|
||||||
// 路由检测(根据路由定义返回不同的URL调度)
|
// 路由检测(根据路由定义返回不同的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 (false === $result) {
|
||||||
// 路由无效
|
// 路由无效
|
||||||
if ($config['url_route_must']) {
|
if ($config['url_route_must']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user