summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-x[-rw-r--r--]index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f4ac11a72..468be6552 100644..100755
--- a/index.php
+++ b/index.php
@@ -28,7 +28,7 @@
* By default development will show errors but testing and live will hide them.
*/
-if (defined('ENVIRONMENT'))
+if (false && defined('ENVIRONMENT'))
{
switch (ENVIRONMENT)
{
@@ -202,4 +202,4 @@ if (defined('ENVIRONMENT'))
require_once BASEPATH.'core/CodeIgniter.php';
/* End of file index.php */
-/* Location: ./index.php */ \ No newline at end of file
+/* Location: ./index.php */