Major Fix, added new logic for pages, added redirect for env-error.php and db-error.php

This commit is contained in:
2026-04-30 02:03:51 +01:00
parent f32dff9b85
commit 3c9837bcb1
10 changed files with 67 additions and 117 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php include(INCLUDES_FOLD . "head_links.php"); ?>
<title><?php php_pages("title", "show"); ?></title>
<title><?php echo ucfirst($GLOBALS["current_page"] ?? "Home"); ?></title>
</head>
<body>
<header>