summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-08 22:32:06 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-08 22:32:06 +0100
commitdecea5370248e93134956d7713605c16482484fd (patch)
treef8cd2e8a16ccfd438608181ccc0c8c7d46d31f80 /index.php
parent04e976604916248832822e43b9fcf28d43aaa6db (diff)
parent0209c70195384308f06a6c0fc42693c1c649cf46 (diff)
Merge remote-tracking branch 'upstream/develop' into develop-db-mssql
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 1712a7d66..a37826690 100644
--- a/index.php
+++ b/index.php
@@ -218,6 +218,7 @@ if (defined('ENVIRONMENT'))
{
if ( ! is_dir(BASEPATH.$application_folder.'/'))
{
+ header('HTTP/1.1 503 Service Unavailable.', TRUE, '503');
exit('Your application folder path does not appear to be set correctly. Please open the following file and correct this: '.SELF);
}
@@ -233,6 +234,7 @@ if (defined('ENVIRONMENT'))
{
if ( ! is_dir(APPPATH.'views/'))
{
+ header('HTTP/1.1 503 Service Unavailable.', TRUE, '503');
exit('Your view folder path does not appear to be set correctly. Please open the following file and correct this: '.SELF);
}