diff --git a/index.php b/index.php
index 938caea7c59c67b574f776aff98a031afc26fd7c..51d2fd5b3b7b3d40c324d46a0ae3adfe52880cc6 100644
--- a/index.php
+++ b/index.php
@@ -16,5 +16,6 @@ include_once 'include/Webservices/Relation.php';
 include_once 'vtlib/Vtiger/Module.php';
 include_once 'includes/main/WebUI.php';
 
+print('test here');
 $webUI = new Vtiger_WebUI();
 $webUI->process(new Vtiger_Request($_REQUEST, $_REQUEST));