mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 96e4bbb70c6349e25f9ce47ebe176f8cbd29052e
parent 1848300aad17d7f36711b2ca19aee0681e8c49b4
Author: markseu <mark2011@mayberg.se>
Date:   Sun,  6 Mar 2016 09:23:37 +0100

System update (developers cut)

Diffstat:
Msystem/plugins/core.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/system/plugins/core.php b/system/plugins/core.php @@ -2486,6 +2486,7 @@ class YellowToolbox case 424: $text = "$serverProtocol $statusCode Not existing"; break; case 444: $text = "$serverProtocol $statusCode No response"; break; case 500: $text = "$serverProtocol $statusCode Server error"; break; + case 503: $text = "$serverProtocol $statusCode Service unavailable"; break; default: $text = "$serverProtocol $statusCode Unknown status"; } return $text;