initial 2.0.0-a3 commit

This commit is contained in:
jerry
2020-10-03 23:00:18 +08:00
parent f91d24aaaa
commit da584e0542
28 changed files with 580 additions and 225 deletions

View File

@@ -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) {