change container debug name

This commit is contained in:
Christopher 2020-10-23 21:21:47 +02:00
parent 835d988ca0
commit bcd15bb5de
1 changed files with 1 additions and 1 deletions

View File

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