From 4ed9deb5c810db8429904659a1a7470394c677e2 Mon Sep 17 00:00:00 2001 From: HEMANTH <hemanth.km@vtiger.com> Date: Fri, 26 Feb 2021 12:24:29 +0530 Subject: [PATCH] testing --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 938caea7c..903610609 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ include_once 'include/Webservices/Relation.php'; include_once 'vtlib/Vtiger/Module.php'; include_once 'includes/main/WebUI.php'; +echo "hellow"; $webUI = new Vtiger_WebUI(); $webUI->process(new Vtiger_Request($_REQUEST, $_REQUEST)); -- GitLab