From 1bfd9fabffc47ae7f6efc4704ae3125599004de8 Mon Sep 17 00:00:00 2001 From: joelcox Date: Sun, 16 Jan 2011 18:49:39 +0100 Subject: Set error_reporting to E_ALL when environment unknown and changed CI_Loader to load environment configs first. --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 016ffc015..7741d5cb8 100644 --- a/index.php +++ b/index.php @@ -112,6 +112,7 @@ } else { + error_reporting(E_ALL); exit("The application environment is not set correctly."); } -- cgit v1.2.3-24-g4f1b