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

This commit is contained in:
root
2024-08-16 14:48:22 +02:00
parent cdadfe0b84
commit fe038fa1e5
2 changed files with 21 additions and 8 deletions

View File

@@ -60,10 +60,12 @@ switch ($_GET["op"]) {
if (!empty($arr)) {
foreach ($arr as $key=>$data) {
if ($key=="containers") {
echo $data["RESULT"];
echo base64_decode($data["RESULT"]);
redis_remove("$key");
}
}
}
else echo "";
break;
case "docker":
echo true;