diff options
Diffstat (limited to 'includes/jobs/FrontersNotification.php')
-rw-r--r-- | includes/jobs/FrontersNotification.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/jobs/FrontersNotification.php b/includes/jobs/FrontersNotification.php index d342303..bf0ced4 100644 --- a/includes/jobs/FrontersNotification.php +++ b/includes/jobs/FrontersNotification.php @@ -22,6 +22,8 @@ if ($system === "gdapd") { $name = "Raindrops System"; } elseif ($system === "ynmuc") { $name = "Cloudburst System"; +} elseif ($system === "hrbom") { + $name = "Moonglow"; } elseif (isset($app["other"]) && $system === $app["other"]["id"]) { $name = $app["other"]["name"]; } else { |