mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正App类一处错误
This commit is contained in:
@@ -214,8 +214,7 @@ class App {
|
|||||||
if('favicon.ico' == strtolower(MODULE_NAME)){
|
if('favicon.ico' == strtolower(MODULE_NAME)){
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
E('module not exists :' . MODULE_NAME);
|
||||||
throw new Exception('module not exists :' . MODULE_NAME, 404);
|
|
||||||
}
|
}
|
||||||
// 路由检测和控制器、操作解析
|
// 路由检测和控制器、操作解析
|
||||||
Route::check($_SERVER['PATH_INFO']);
|
Route::check($_SERVER['PATH_INFO']);
|
||||||
|
|||||||
Reference in New Issue
Block a user