From f0ce258a2d5933ada52625e00b3e40deba4cdb8d Mon Sep 17 00:00:00 2001 From: Jansa Jose <jansa@techware.in> Date: Thu, 6 Dec 2018 10:31:44 +0530 Subject: [PATCH] change index file --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 30f5ef8..263949c 100644 --- a/index.php +++ b/index.php @@ -55,7 +55,7 @@ date_default_timezone_set("Asia/Kolkata"); * * 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'); /* *--------------------------------------------------------------- -- libgit2 0.27.1