Your IP : 3.147.48.251


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/index.php

<?
define("STOP_STATISTICS", true);
define("NO_KEEP_STATISTIC", 'Y');
define("NO_AGENT_STATISTIC",'Y');
define("NO_AGENT_CHECK", true);
define("DisableEventsCheck", true);

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

if (\Bitrix\Main\Loader::includeModule("intranet"))
{
	$firstPageLink = CIntranetUtils::getB24FirstPageLink();
	if ($firstPageLink)
	{
		LocalRedirect($firstPageLink);
	}
}

require_once($_SERVER["DOCUMENT_ROOT"].BX_ROOT."/modules/main/include/epilog_after.php");