diff --git a/index.php b/index.php
index 938caea7c59c67b574f776aff98a031afc26fd7c..9036106095b2ab42b2c187257d0749aadbb70eb0 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));