router 404
This commit is contained in:
parent
85b10e1098
commit
bc76082860
@ -3,7 +3,7 @@
|
||||
$router = new Router();
|
||||
|
||||
$router->setDefault(function(){
|
||||
echo $_GET['URL'].': 404';
|
||||
echo $_GET['url'].': 404';
|
||||
});
|
||||
|
||||
//Pages
|
||||
|
Loading…
Reference in New Issue
Block a user