• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/focuscontroller.php
  • Класс: BitrixDiskFocusController
  • Вызов: FocusController::showNotFound
private function showNotFound()
{
	require(Application::getDocumentRoot() . '/bitrix/header.php');

	global $APPLICATION;
	$APPLICATION->includeComponent(
		'bitrix:disk.error.page',
		'',
		array()
	);

	require(Application::getDocumentRoot() . '/bitrix/footer.php');
	die;
}