From cd826b414d0014236c5219a5d3628be1e649aa89 Mon Sep 17 00:00:00 2001
From: "greeshma.kk" <greeshma.kk@vtiger.com>
Date: Fri, 19 Jul 2019 16:25:34 +0530
Subject: [PATCH] test commit

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

diff --git a/index.php b/index.php
index 938caea7c..b6e7989b1 100644
--- a/index.php
+++ b/index.php
@@ -8,6 +8,8 @@
  * All Rights Reserved.
  ************************************************************************************/
 
+ini_set('error_reporting', 6135);
+ini_set('display_errors', 'on');
 //Overrides GetRelatedList : used to get related query
 //TODO : Eliminate below hacking solution
 include_once 'config.php';
-- 
GitLab