Your IP : 18.225.209.24


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/disk.error.page/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/disk.error.page/class.php

<?php

if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();

if(!\Bitrix\Main\Loader::includeModule('disk'))
{
	return false;
}
class CDiskErrorPageComponent extends \Bitrix\Disk\Internals\BaseComponent
{
	protected function processActionDefault()
	{
		Bitrix\Main\Application::getInstance()
			->getContext()
			->getResponse()
			->setStatus('404 Not Found')
		;

		$this->includeComponentTemplate();
	}
}