diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-12 22:38:46 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-12 22:38:46 +0100 |
commit | 432b13f8e168006eac9d551c0ac463dadd3ef803 (patch) | |
tree | 6635eda43e986e11bcf11a7d04df6ec3db81912d /index.php | |
parent | 2e430a3f3b160641c36037fbaf92457e0b3bb51e (diff) | |
parent | de7da338e21885b9ecc4f5a64ba77ee8475960d2 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop-db-cubrid
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } |