summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-02-10 22:16:24 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-02-10 22:16:24 +0100
commitb012afc713f2a7f116e7aacdf51baf031624bf4d (patch)
treede444436a24b1b8ed9f3332b05ff8326fe1b4663
parentbebe9429b5813f8fedf7afcda67e71cca6b67be0 (diff)
downloadstarshine-b012afc713f2a7f116e7aacdf51baf031624bf4d.tar.gz
starshine-b012afc713f2a7f116e7aacdf51baf031624bf4d.tar.bz2
starshine-b012afc713f2a7f116e7aacdf51baf031624bf4d.zip
Updated 3 files (automated)
-rw-r--r--assets/.DS_Storebin14340 -> 14340 bytes
-rw-r--r--network/status/index.php2
-rw-r--r--version2
3 files changed, 2 insertions, 2 deletions
diff --git a/assets/.DS_Store b/assets/.DS_Store
index d6f84d3..d219cf1 100644
--- a/assets/.DS_Store
+++ b/assets/.DS_Store
Binary files differ
diff --git a/network/status/index.php b/network/status/index.php
index ff00d97..6e2dada 100644
--- a/network/status/index.php
+++ b/network/status/index.php
@@ -41,7 +41,7 @@
1 => "warn",
default => "fail"
} ?>">
- <b><?= count($status["services"]["outages"]) === 1 ? l("lang.status.affected.0") : l("lang.status.affected.0") ?></b>
+ <b><?= count($status["services"]["outages"]) === 1 ? l("lang.status.affected.0") : l("lang.status.affected.1") ?></b>
<ul id="status-affected-list">
<?php foreach ($status["services"]["outages"] as $service): ?>
<li><?= $service[1] ?></li>
diff --git a/version b/version
index 70045d3..5923531 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-13.0.0 \ No newline at end of file
+13.0.1 \ No newline at end of file