From d08594458eeee299ddfa11f4ce41535b435da601 Mon Sep 17 00:00:00 2001 From: hael Date: Wed, 12 Mar 2025 17:44:01 +0100 Subject: [PATCH] remove from output if finished so reinstall can start --- scan.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scan.php b/scan.php index 7fe02d3..e3ec6ce 100644 --- a/scan.php +++ b/scan.php @@ -247,6 +247,7 @@ switch ($_GET["op"]) { } elseif ($data["STATUS"]=="2") { echo "Install has finished."; + remove_response("$key"); // remove from output if finished so reinstall can start } } }