Added page function + needed files & debug
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user