From 354b7785443763c359d2977482f5ab90257dd380 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 13 Oct 2022 15:44:20 +0100 Subject: [PATCH] Revert "Update index.php" This reverts commit bb1ad0d875eb7e399e0bb79857e2baf9f0693525. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index fafe2d90..7d8fe56d 100644 --- a/index.php +++ b/index.php @@ -54,7 +54,7 @@ * NOTE: If you change these, also change the error_reporting() code below */ #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); - define('ENVIRONMENT', 'production'); + define('ENVIRONMENT', 'development'); /* *---------------------------------------------------------------