Your IP : 13.58.201.249


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/statistic/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/statistic/nokeep.php

<?
function SetNoKeepStatistics()
{
	@include($_SERVER["DOCUMENT_ROOT"]."/bitrix/license_key.php");
	if ($LICENSE_KEY <> '')
	{
		if ($_SESSION["SESS_NO_KEEP_STATISTIC"] == '')
		{
			$_SESSION["SESS_NO_KEEP_STATISTIC"] = $_REQUEST["no_keep_statistic_".$LICENSE_KEY];
			if ($_SESSION["SESS_NO_AGENT_STATISTIC"] == '')
			{
				$_SESSION["SESS_NO_AGENT_STATISTIC"] = $_SESSION["SESS_NO_KEEP_STATISTIC"];
			}
		}
		if ($_SESSION["SESS_NO_AGENT_STATISTIC"] == '')
		{
			$_SESSION["SESS_NO_AGENT_STATISTIC"] = $_REQUEST["no_agent_statistic_".$LICENSE_KEY];
		}
	}
}
?>