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