Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/tools/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/tools/composite_data.php

<?php

use Bitrix\Main\Web\Json;

define("NO_KEEP_STATISTIC", true);
define("NOT_CHECK_FILE_PERMISSIONS", true);
define("STOP_STATISTICS", true);
define("NO_AGENT_STATISTIC","Y");
define("DisableEventsCheck", true);
define("BX_SECURITY_SESSION_READONLY", true);

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

header("Content-Type: application/x-javascript; charset=".LANG_CHARSET);

echo Json::encode(CJSCore::GetCoreMessages());

CMain::FinalActions();