发布2.3测试版

This commit is contained in:
2021-05-02 05:55:42 +08:00
parent 8732c85312
commit ef8224d20e
83 changed files with 635 additions and 1361 deletions
-2
View File
@@ -7,8 +7,6 @@ function exception_error_handler($errno, $errstr, $errfile, $errline) {
}
set_error_handler("exception_error_handler");
require __DIR__.'/../app/macros.php';
$uris = [];
foreach (['module', 'controller', 'action'] as $key => $uri) {