diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:33:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:33:16 +0100 |
commit | d267e35163e1916ee2dcb859f500fe933e387ad6 (patch) | |
tree | c15b70a73a1a581a74d8226942850c0b3955218e /index.php | |
parent | d27c20a6c1d7c82322ce9dc89339ba6236bb1cb1 (diff) | |
parent | 0209c70195384308f06a6c0fc42693c1c649cf46 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop-db-postgre
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); } |