diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:35:25 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:35:25 +0100 |
commit | d377082bab6685fac221a0e6add22b6ab5d5bcc2 (patch) | |
tree | f6a2b5b5c8fd65d4958ca08010e2a4927028a5f1 /index.php | |
parent | c68905a85983a5bd1e85f778c5c0df2f680425d5 (diff) | |
parent | 0209c70195384308f06a6c0fc42693c1c649cf46 (diff) |
Merge upstream branch
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); } |