mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 15:15:35 +08:00
initial 2.0.0-a3 commit
This commit is contained in:
@@ -52,10 +52,10 @@ class HttpUtil
|
||||
}
|
||||
if (ZMConfig::get("global", "static_file_server")["status"]) {
|
||||
HttpUtil::handleStaticPage($request->server["request_uri"], $response);
|
||||
return true;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return !isset($node["route"]) ? false : true;
|
||||
}
|
||||
|
||||
public static function getHttpCodePage(int $http_code) {
|
||||
|
||||
Reference in New Issue
Block a user