check_deploy mod
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-09 12:02:52 +01:00
parent d58b681918
commit c80944b5b6
3 changed files with 6 additions and 6 deletions

View File

@@ -227,11 +227,11 @@ switch ($_GET["op"]) {
}
}
else {
$arr = check_request("deployment");
$arr = check_deploy($_GET["additional"]);
if (!empty($arr)) { // deployment in progress
foreach ($arr as $key=>$data) {
if ($key=="deployment") {
if ($data["STATUS"]=="1") { // TODO - current state message???
if ($key=="deploy-".$_GET["additional"]) {
if ($data["STATUS"]=="1") {
echo "Install in progress... Please wait...";
}
elseif ($data["STATUS"]=="2") {