logo change
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-07 07:01:05 +00:00
parent 198a83b4c7
commit 97f62b8ee8
5 changed files with 5 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ switch ($_GET["op"]) {
$subtitle = $content["subtitle"];
if (empty($subtitle) || $subtitle == "null") $subtitle = "";
$icon = $content["icon"];
if (empty($icon) || $icon == "null") $icon = "img/default_logo.png"; // default icon image
if (empty($icon) || $icon == "null") $icon = "img/logo.svg"; // default icon image
if (array_key_exists($service_name,$data["INSTALLED_SERVICES"])) $installed = "true";
else $installed = "false";
if (!empty($deployments)) $deployments .= ", ";