lots of layout changes
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-06 17:45:06 +00:00
parent 803e7185d8
commit 198a83b4c7
7 changed files with 61 additions and 48 deletions

View File

@@ -46,7 +46,7 @@ else {
$header_text="Installing in progress... Please wait...";
//$key = "install:".date("YmdHis");
$key = "install";
if (set_output($key,$json)) echo "OK";
if (set_output($key,$json)) echo "";
else echo "ERROR";
}
@@ -74,7 +74,7 @@ echo "<pre>".$output."</pre>";
<body id="install" class="text-center">
<div class="main">
<div id="myAppsContainer">
<div class="logo" style="margin-top:100px">
<div class="logo" style="margin:100px 0px 20px 0px;">
<img src="/img/logo.png" alt="Safebox"/>
<span>Safebox</span>
</div>