Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/burlakastudio.realcommenter/ajax/ |
Upload File : |
<?php require_once 'ajax_header_init.php'; if (!$access_granted) { \Burlakastudio\Realcommenter\DEBUGGER::error( \Bitrix\Main\Localization\Loc::getMessage('DOMAIN_ACCESS_DENIED') ); $json_return['ERROR'][] = \Bitrix\Main\Localization\Loc::getMessage('DOMAIN_ACCESS_DENIED'); } if ($json_return['ERROR']) { echo \Burlakastudio\Realcommenter\TOOLS::json_encode($json_return); die; } \Bitrix\Main\Localization\Loc::loadLanguageFile(__FILE__); $json_return['request'] = $posts; //����� ������� ��� GET ��� � POST /** @var string $request_type */ $request_type = htmlspecialchars($request->get('request_type')); switch ($request_type) { case 'form' : require_once '_talk_auth_form.php'; //��� ���� dataType: html die(); case 'login': require_once '_talk_auth_login.php'; break; } require_once 'ajax_footer.php';