diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:31:17 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-08 22:31:17 +0100 |
commit | 81fe6bf6933d44c991ce736a5b33efebdfcb39d7 (patch) | |
tree | 4d622397bbb0be7387e1ec3e1e49c6d0457707b4 /index.php | |
parent | 33b27d090dc473b0a99ab6a6b715e37e7cbb43a0 (diff) | |
parent | 0209c70195384308f06a6c0fc42693c1c649cf46 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
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); } |