Your IP : 52.14.193.97


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/tasks.syslog/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/tasks.syslog/ajax.php

<?
define('STOP_STATISTICS',    true);
define('NO_AGENT_CHECK',     true);
define('DisableEventsCheck', true);
define('PUBLIC_AJAX_MODE', true);

if(isset($_POST['SITE_ID']) && (string) $_POST['SITE_ID'] != '')
{
	$siteId = mb_substr(trim((string)$_POST['SITE_ID']), 0, 2);
	if(preg_match('#^[a-zA-Z0-9]{2}$#', $siteId))
	{
		define('SITE_ID', $siteId);
	}
}

require_once($_SERVER["DOCUMENT_ROOT"].'/bitrix/modules/main/include/prolog_before.php');
require_once(dirname(__FILE__).'/class.php');

TasksSysLogComponent::executeComponentAjax();
TasksSysLogComponent::doFinalActions();