404 fixes and added pure twig

This commit is contained in:
2025-11-13 11:05:55 -08:00
parent 1cdf4f1fe8
commit 6d7a7a5e9d
8 changed files with 324 additions and 16 deletions

View File

@@ -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';
}
}
}