Added 'debugStatusMes function feature

This commit is contained in:
2026-08-04 15:47:55 +01:00
parent 3c9837bcb1
commit 5f0cf85abe
6 changed files with 89 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ try {
} catch (mysqli_sql_exception $e) {
// Access Deny
include(PAGES_FOLD . "db-error.php");
debugStatusMes("Database connection failed.", "High");
die();