This commit is contained in:
Christopher 2020-10-23 21:03:40 +02:00
parent dcb0598862
commit 558f8ca62e
1 changed files with 1 additions and 1 deletions

View File

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