From f74acbc7f99009b061564e50612aeb894786a363 Mon Sep 17 00:00:00 2001
From: Jansa Jose <jansa@techware.in>
Date: Mon, 26 Nov 2018 12:06:19 +0530
Subject: [PATCH] change index

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 263949c..30f5ef8 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'] : 'production');
+	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
 
 /*
  *---------------------------------------------------------------
--
libgit2 0.27.1