• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/engine/controller.php
  • Класс: BitrixDiskInternalsEngineController
  • Вызов: Controller::processAfterAction
protected function processAfterAction(EngineAction $action, $result)
{
	Diag::getInstance()->logDebugInfo(get_called_class(), get_called_class() . ':' . $action->getName());

	if ($this->errorCollection->getErrorByCode(EngineActionFilterCsrf::ERROR_INVALID_CSRF))
	{
		return EngineResponseAjaxJson::createDenied()->setStatus('403 Forbidden');
	}

	return $result;
}