Major Fix, added new logic for pages, added redirect for env-error.php and db-error.php
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
include("./config/init.php");
|
||||
php_pages("error");
|
||||
include(ROOT_DIR . "/templates/header.php");
|
||||
include("./pages/home.php");
|
||||
include("./templates/footer.php");
|
||||
|
||||
include(TEMPLATES_FOLD . "header.php");
|
||||
include(resolve_page());
|
||||
include(TEMPLATES_FOLD . "footer.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user