diff options
author | joelcox <joel@mickly.com> | 2011-01-16 18:49:39 +0100 |
---|---|---|
committer | joelcox <joel@mickly.com> | 2011-01-16 18:49:39 +0100 |
commit | 1bfd9fabffc47ae7f6efc4704ae3125599004de8 (patch) | |
tree | 495c5f881ed84f34653bd303e13af9fc08b69589 /index.php | |
parent | 42aa95bfee77baa6d4fe2728c4a02c61b7a3cac1 (diff) |
Set error_reporting to E_ALL when environment unknown and changed CI_Loader to load environment configs first.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ } else { + error_reporting(E_ALL); exit("The application environment is not set correctly."); } |