Optimized routing

This commit is contained in:
Kevin Frantz
2018-07-14 19:07:23 +02:00
parent d966cbc35d
commit 5c5eb64fd8
4 changed files with 36 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ require __DIR__. '/vendor/autoload.php';
$core = new Core();
$router = new Router();
$router->setCore($core);
$router->setPost($_POST);
$router->setGet($_GET);
$router->route();
?>