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

This commit is contained in:
2025-08-06 14:51:53 +00:00
parent 30361a9aae
commit 803e7185d8
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ switch ($_GET["op"]) {
if (!empty($arr)) {
foreach ($arr as $key=>$data) {
//echo $key."-".$_GET["key"];
if ($key==$_GET["key"]) { // if install key moved to web_out
if ($key=="install") { // if install key moved to web_out
if ($data["INSTALL_STATUS"]>0) {
remove_response("$key");
echo "INSTALLED";