.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-06 14:27:53 +00:00
parent 115e8367da
commit 30361a9aae
4 changed files with 61 additions and 37 deletions

View File

@@ -59,8 +59,8 @@ switch ($_GET["op"]) {
}
else echo "WAIT";
break;
case "check_install": // called in install.php - check if install process has finished
$arr = check_response($_GET["key"]); // TODO - replace key with "install", key can be "install*"
case "check_install": // called in install.js - check if install process has finished
$arr = check_response("install");
if (!empty($arr)) {
foreach ($arr as $key=>$data) {
//echo $key."-".$_GET["key"];