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 use Bitrix\Main\Localization\Loc; use Burlakastudio\Realcommenter\COMMENTS; use Burlakastudio\Realcommenter\DEBUGGER; use Burlakastudio\Realcommenter\GRANT_AND_ACCESS; if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) { die(); } /** * ����� "��������� ����������� 2.0" ��� ������� * �������� ���� �����: www.realcommenter.com * �������� ���� �����������: burlaka.studio * ����� � ����������: ������� ������� (AlexeyGfi) -> alexeygfi@gmail.com */ /** * ��� ������ �����, ����� �������� ��� ��������, ����� ������ ������� * ��� ������� ������ * * ����� ���� / ������ ����� ���������� * ...������ "��� ��������� � ������ ���� ��� ������" */ if (!GRANT_AND_ACCESS::is_any_moder($arParams)) { DEBUGGER::error( Loc::getMessage('OPERATION_ACCESS_DENIED'), [], false ); $json_return['ERROR'][] = Loc::getMessage('OPERATION_ACCESS_DENIED'); } else { require_once 'ajax_comment_id_to_url_validator.php'; if (!$json_return['ERROR']) { $reverse = (int)!$posts['reverse']; //����� �� ���������� ��, ���� ���� ��������� �������� Comments::updateSingle( $comment_id, [ 'UF_UFO' => $reverse ], $arParams ); $json_return['ACTION_RESULT'] = true; } }