fix spacing, remote __init function

This commit is contained in:
Murphy 2024-12-11 17:17:03 -05:00
parent f598bc58ad
commit bb6844a2c4
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 8 additions and 13 deletions

View file

@ -45,9 +45,4 @@ require(WEB_ROOT . '/stamp.php');
// ============================== START ==
function __init() {
$router = new Router();
$router->handle_req();
};
__init();
(new Router())->handle_req();