diff --git a/public/index.php b/public/index.php index 2c44f033f..3f9fbbe7e 100644 --- a/public/index.php +++ b/public/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'] : 'development'); + define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production'); /* *---------------------------------------------------------------