aboutsummaryrefslogtreecommitdiffstats
path: root/include/system_unavailable.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-20 14:41:16 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-20 14:41:16 -0800
commit427652e9bd8e312758f04c6c3e6824fb47cc3033 (patch)
tree94d9349c5ffeca410e69ba094dbd3c77b55781a9 /include/system_unavailable.php
parent106b4fdd2d4b0cf893d27df7d60085b441f37b9a (diff)
parentf164ddf155a352625bd48e0307f2e81e24de9453 (diff)
downloadvolse-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/system_unavailable.php')
-rw-r--r--include/system_unavailable.php1
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>