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
+2 -1
View File
@@ -62,10 +62,11 @@
<?php
if (DB_DEBUG == "yes"){
echo "<p class=' details err_env_help'><span>Error Details: </span>" . $e->getMessage() . "</p>";
}
debugStatusMes("Database connection failed.", "High");
?>
</div>
</body>
</html>