diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-20 14:41:16 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-20 14:41:16 -0800 |
commit | 427652e9bd8e312758f04c6c3e6824fb47cc3033 (patch) | |
tree | 94d9349c5ffeca410e69ba094dbd3c77b55781a9 /include | |
parent | 106b4fdd2d4b0cf893d27df7d60085b441f37b9a (diff) | |
parent | f164ddf155a352625bd48e0307f2e81e24de9453 (diff) | |
download | volse-hubzilla-427652e9bd8e312758f04c6c3e6824fb47cc3033.tar.gz volse-hubzilla-427652e9bd8e312758f04c6c3e6824fb47cc3033.tar.bz2 volse-hubzilla-427652e9bd8e312758f04c6c3e6824fb47cc3033.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/system_unavailable.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system_unavailable.php b/include/system_unavailable.php index dfe7c5e6b..00a73fc38 100644 --- a/include/system_unavailable.php +++ b/include/system_unavailable.php @@ -1,6 +1,7 @@ <?php /** @file */ function system_down() { +header('HTTP/1.0 503 Service Unavailable'); echo <<< EOT <html> <head><title>System Unavailable</title></head> |