router 404

This commit is contained in:
xinatorus 2020-04-21 18:33:23 +02:00
parent 85b10e1098
commit bc76082860
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
$router = new Router();
$router->setDefault(function(){
echo $_GET['URL'].': 404';
echo $_GET['url'].': 404';
});
//Pages