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'); /* *---------------------------------------------------------------