404 fixes and added pure twig
This commit is contained in:
@@ -121,7 +121,7 @@ class Router {
|
||||
if (file_exists(BASEPATH . '/App/controllers/404.php')) {
|
||||
return BASEPATH . '/App/controllers/404.php';
|
||||
} else {
|
||||
return FRAMEWORKPATH . '/defaults/App/controllers/404.php';
|
||||
return FRAMEWORKPATH . '/controllers/404.php';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user