system - containers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-13 13:11:28 +02:00
parent a19c1eabfb
commit f95aaff4f4

View File

@@ -44,9 +44,10 @@ switch ($_GET["op"]) {
if ($data["INSTALL_STATUS"]==2) echo "NEW";
elseif ($data["INSTALL_STATUS"]==1) {
if ($_GET["services"]==1) {
foreach ($data["INSTALLED_SERVICES"] as $service_name => $content) {
foreach ($data["INSTALLED_SERVICES"] as $service_name => $object) {
//echo base64_decode($content);
echo $service_name."<br>";
echo $object["running"]."<br>";
}
echo "<br>";
}