From c7f2c5b2b6ba8f6f2d4190f4f331c6a74f8f9134 Mon Sep 17 00:00:00 2001
From: Jansa Jose <jansa@techware.in>
Date: Fri, 23 Nov 2018 17:10:48 +0530
Subject: [PATCH] index changed

---
 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