diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-10 10:36:32 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-10 10:36:32 +0200 |
commit | cbb654d9b332b65c5e2ae6f7bf8936b425b709ac (patch) | |
tree | 478c4dbfcdc0f58ca0146b0905498382375499a9 /index.php | |
parent | 036b33b5151caf7950610a35d07cd174001d28c1 (diff) |
Follow-up to #1398, #1548
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.'); } |