' . $errorLog . ''; } //SalesPlatform.ru begin require_once 'includes/SalesPlatform/ShutdownHandler.php'; $shutDownhandler = new ShutdownHandler(); $shutDownhandler->registerSystemEventsLog(); //SalesPlatform.ru end //Overrides GetRelatedList : used to get related query //TODO : Eliminate below hacking solution include_once 'config.php'; include_once 'include/Webservices/Relation.php'; include_once 'vtlib/Vtiger/Module.php'; include_once 'includes/main/WebUI.php'; if (!empty($_SESSION['debug']) && 1 === (int)$_SESSION['debug']) { PearDatabase::getInstance()->setDieOnError(1); } $webUI = new Vtiger_WebUI(); $webUI->process(new Vtiger_Request($_REQUEST, $_REQUEST));