remove debug from index

This commit is contained in:
Christopher 2020-10-24 00:17:42 +02:00
parent 2ee9170da0
commit 9505d69a2b
1 changed files with 0 additions and 3 deletions

View File

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