add replace

This commit is contained in:
Christopher 2020-10-23 14:18:53 +02:00
parent 3b4dabbfa6
commit 76491ff89c
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ if(isset($_SESSION['LOGIN']))
$HTML = new HTML();
$HTML->setHTMLTitle($container->Names[0]);
$HTML->importHTML("style/default/dashboard.html");
$HTML->ReplaceSeitenInhalt("%%ContainerName%%", $container->Names[0]);
$HTML->ReplaceSeitenInhalt("%%UserAPIKey%%", $container->id);
$HTML->build();
echo $HTML->ausgabe();
}else{