Your IP : 18.116.8.98


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

<?php

$siteId = '';
if(isset($_REQUEST['site_id']) && is_string($_REQUEST['site_id']))
{
	$siteId = substr(preg_replace('/[^a-z0-9_]/i', '', $_REQUEST['site_id']), 0, 2);
}

if($siteId)
{
	define('SITE_ID', $siteId);
}

require($_SERVER['DOCUMENT_ROOT'].'/bitrix/header.php');

$APPLICATION->IncludeComponent('bitrix:salescenter.control_panel', '');

require($_SERVER['DOCUMENT_ROOT'].'/bitrix/footer.php');