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

This commit is contained in:
2024-09-12 12:45:32 +00:00
parent 6baf579fcf
commit f6c63e68f4

View File

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