8define(
"NO_KEEP_STATISTIC",
"Y");
9define(
"NO_AGENT_STATISTIC",
"Y");
10define(
"DisableEventsCheck",
true);
11define(
"NO_AGENT_CHECK",
true);
13define(
'SKIP_TEMPLATE_AUTH_ERROR',
true);
14define(
'NOT_CHECK_PERMISSIONS',
true);
16require_once(
$_SERVER[
'DOCUMENT_ROOT'].
"/bitrix/modules/main/include/prolog_before.php");
23 if (CModule::IncludeModule(
'seo'))
34 header(
'Location: bitrix24://');
40 if (CModule::IncludeModule(
"seo") && CModule::IncludeModule(
"socialservices"))
42 \Bitrix\Seo\WebHook\Service::listen();
49 if (CModule::IncludeModule(
"seo") && CModule::IncludeModule(
"socialservices"))
52 if ($serviceLocator->has(
'seo.catalog.webhook.handler'))
54 $serviceLocator->get(
'seo.catalog.webhook.handler')->handle();
72 var eventData = <?=CUtil::PhpToJSObject($jsEventData)?>;
73 window.opener.BX.onCustomEvent(
75 'seo-client-auth-result',
80 opener.location.reload();
88require_once(
$_SERVER[
'DOCUMENT_ROOT'].
"/bitrix/modules/main/include/epilog_after.php");
static handleEvent($clientId, $engineCode)
static clearClientsCache($engine=null, $clientId=null)
static CheckUniqueKey($bUnset=true)
$_SERVER["DOCUMENT_ROOT"]