summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-10 10:36:32 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-10 10:36:32 +0200
commitcbb654d9b332b65c5e2ae6f7bf8936b425b709ac (patch)
tree478c4dbfcdc0f58ca0146b0905498382375499a9 /index.php
parent036b33b5151caf7950610a35d07cd174001d28c1 (diff)
Follow-up to #1398, #1548
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c379f72d0..aa1df441b 100644
--- a/index.php
+++ b/index.php
@@ -66,6 +66,7 @@ switch (ENVIRONMENT)
break;
default:
+ header('HTTP/1.1 503 Service Unavailable.', TRUE, 503);
exit('The application environment is not set correctly.');
}