This commit is contained in:
Christopher 2020-10-23 21:08:49 +02:00
parent 4b96e1aa5a
commit 1006d1206d
1 changed files with 1 additions and 1 deletions

View File

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