add debug fake login infos

This commit is contained in:
Christopher 2020-10-23 14:06:02 +02:00
parent e659d42e16
commit cf6cc9928f
1 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ include_once("classen/docker.php");
if(file_exists("./vendor/autoload.php"))
include_once("./vendor/autoload.php");
$_REQUEST['CONATINER'] = "HTTP.Bots.Pr0mon";
$_REQUEST['LOGIN'] = "true";
if(isset($_REQUEST['logout']))
if($_REQUEST['logout'] == '1')
$_SESSION = array();
@ -39,5 +42,5 @@ if(isset($_SESSION['LOGIN']))
}else{
include "./pages/error.php";
}
?>