This commit is contained in:
Christopher 2020-10-23 21:02:56 +02:00
parent bc1e5183dd
commit dcb0598862
1 changed files with 2 additions and 2 deletions

View File

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