fix spacing, remote __init function
This commit is contained in:
parent
f598bc58ad
commit
bb6844a2c4
2 changed files with 8 additions and 13 deletions
|
@ -45,9 +45,4 @@ require(WEB_ROOT . '/stamp.php');
|
||||||
|
|
||||||
// ============================== START ==
|
// ============================== START ==
|
||||||
|
|
||||||
function __init() {
|
(new Router())->handle_req();
|
||||||
$router = new Router();
|
|
||||||
$router->handle_req();
|
|
||||||
};
|
|
||||||
|
|
||||||
__init();
|
|
||||||
|
|
Loading…
Reference in a new issue