summaryrefslogtreecommitdiff
path: root/includes/jobs/FrontersNotification.php
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
commit953ddd82e48dd206cef5ac94456549aed13b3ad5 (patch)
tree8f003106ee2e7f422e5a22d2ee04d0db302e66c0 /includes/jobs/FrontersNotification.php
parent62a9199846b0c07c03218703b33e8385764f42d9 (diff)
downloadpluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.gz
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.bz2
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.zip
Updated 30 files and deleted 2976 files (automated)
Diffstat (limited to 'includes/jobs/FrontersNotification.php')
-rw-r--r--includes/jobs/FrontersNotification.php2
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 {