%PDF- %PDF-
| Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/landing/tools/ |
| Current File : //proc/self/root/home/bitrix/www/bitrix/modules/landing/tools/ajax.php |
<?php
define('NO_KEEP_STATISTIC', 'Y');
define('NO_AGENT_STATISTIC','Y');
define('NO_AGENT_CHECK', true);
define('PUBLIC_AJAX_MODE', true);
define('DisableEventsCheck', true);
require_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php');
if (\Bitrix\Main\Loader::includeModule('landing'))
{
header('Content-Type: application/json');
$ajaxResult = \Bitrix\Landing\PublicAction::ajaxProcessing();
echo \Bitrix\Main\Web\Json::encode($ajaxResult);
}
\CMain::finalActions();
die();