This commit is contained in:
Christopher 2020-10-23 22:46:35 +02:00
parent d3ae1e1141
commit fed94662cc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if(isset($_SESSION['LOGIN']))
if($container == NULL)
die("unknown container");
$logOutput = $dockerClient->getContainerLogs($_SESSION['CONATINER']);
$logOutput = $dockerClient->getContainerLogs($_SESSION['CONTAINER']);
$HTML = new HTML();
$HTML->setHTMLTitle(ltrim($container['Names']['0'], '/'));