diff --git a/htdocs/index.php b/htdocs/index.php index 85f0567..d27278b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -53,7 +53,7 @@ * * NOTE: If you change these, also change the error_reporting() code below */ - define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production'); + define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); /* *---------------------------------------------------------------