• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/basecomponent.php
  • Класс: BitrixDiskInternalsBaseComponent
  • Вызов: BaseComponent::showAccessDenied
protected function showAccessDenied()
{
	ShowError(Loc::getMessage('DISK_BASE_COMPONENT_ERROR_ACCESS_DENIED'));

	$this->end(false);
}