add debug to index

This commit is contained in:
Christopher 2020-10-24 00:11:45 +02:00
parent 37a54c4bfa
commit 5d54cd48ed
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ if(isset($_SESSION['LOGIN']))
die();
}
if($_REQUEST['page'] == "debug")
include "./pages/debug.php";
if(file_exists("./pages/login.php")){
include "./pages/login.php";
}else{