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

This commit is contained in:
root
2024-09-17 18:25:47 +02:00
parent 1034b71d92
commit 06f51de7d5
2 changed files with 15 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ switch ($_GET["op"]) {
if ($key=="updates") {
if ($data["INSTALL_STATUS"]==1) {
foreach ($data["INSTALLED_SERVICES"] as $service_name => $object) {
show_service_update($service_name, $object["update"], $object["uptodate"]);
show_service_update($service_name, trim($object["update"]), trim($object["uptodate"]));
}
echo "<br>";
}