add fake session

This commit is contained in:
Christopher 2020-10-23 14:23:40 +02:00
parent 7463feb8ef
commit e9aab3f842
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ include_once("classen/docker.php");
if(file_exists("./vendor/autoload.php"))
include_once("./vendor/autoload.php");
$_REQUEST['CONATINER'] = "HTTP.Bots.Pr0mon";
$_REQUEST['LOGIN'] = "true";
$_SESSION['CONATINER'] = "HTTP.Bots.Pr0mon";
$_SESSION['LOGIN'] = "true";
if(isset($_REQUEST['logout']))
if($_REQUEST['logout'] == '1')