This commit is contained in:
Christopher 2020-10-23 21:39:30 +02:00
parent 1677df105b
commit e6b5ac89f3
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ if(isset($_SESSION['LOGIN']))
$HTML->setHTMLTitle(ltrim($container['Names']['0'], '/'));
$HTML->importHTML("style/default/dashboard.html");
$HTML->ReplaceLayoutInhalt("%%ContainerName%%", ltrim($container['Names']['0'], '/'));
$HTML->ReplaceLayoutInhalt("%%UserAPIKey%%", $container['Id']);
$HTML->ReplaceLayoutInhalt("%%ContainerName%%", trim(ltrim($container['Names']['0'], '/')));
$HTML->ReplaceLayoutInhalt("%%UserAPIKey%%", trim($container['Id']));
$HTML->ReplaceLayoutInhalt("%%ContainerLogOutput%%", html_entity_decode(clean($logOutput)));
$HTML->build();