Added page function + needed files & debug

This commit is contained in:
2026-04-30 01:14:13 +01:00
parent 2115a94a1f
commit 29c112c8d5
6 changed files with 116 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<?php
$env="";
include("config/functions_init.php");
$env="generic";
switch($env){
/*------ DON'T TOUCH THIS PART ------ */
@@ -13,7 +14,7 @@
break;
/* ----------------------------------- */
default:
include("config/functions_init.php");
// Showing error page by default.
include("pages/env-error.php");
die;