• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/webdavserver.php
  • Класс: CDavWebDavServer
  • Вызов: CDavWebDavServer::__construct
public function __construct($request)
{
	parent::__construct($request);

	if(defined('BX_HTTP_AUTH_REALM'))
		$realm = BX_HTTP_AUTH_REALM;
	else
		$realm = "Bitrix Site Manager";

	$this->SetDavPoweredBy($realm);

	$this->titleGroupStoragesQuote = preg_quote(Loc::getMessage('DAV_GROUP_STORAGES'), '#');
	$this->titleUserStoragesQuote = preg_quote(Loc::getMessage('DAV_USER_STORAGES'), '#');
}