mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Remove BadBrowser Internet Explorer code
This commit is contained in:
parent
eb731a4183
commit
c9285dd3e8
7 changed files with 0 additions and 88 deletions
|
|
@ -712,20 +712,6 @@ class ServiceActions
|
|||
return $this->localError($this->oActions->StaticI18N('STATIC/NO_COOKIE_TITLE'), $this->oActions->StaticI18N('STATIC/NO_COOKIE_DESC'));
|
||||
}
|
||||
|
||||
public function ServiceBadBrowser() : string
|
||||
{
|
||||
$sTitle = $this->oActions->StaticI18N('STATIC/BAD_BROWSER_TITLE');
|
||||
$sDesc = \nl2br($this->oActions->StaticI18N('STATIC/BAD_BROWSER_DESC'));
|
||||
|
||||
\header('Content-Type: text/html; charset=utf-8');
|
||||
return \strtr(\file_get_contents(APP_VERSION_ROOT_PATH.'app/templates/BadBrowser.html'), array(
|
||||
'{{BaseWebStaticPath}}' => Utils::WebStaticPath(),
|
||||
'{{ErrorTitle}}' => $sTitle,
|
||||
'{{ErrorHeader}}' => $sTitle,
|
||||
'{{ErrorDesc}}' => $sDesc
|
||||
));
|
||||
}
|
||||
|
||||
public function ServiceMailto() : string
|
||||
{
|
||||
$this->oHttp->ServerNoCache();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue