mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Duplicate possible transy IE download fix in HEAD
This commit is contained in:
parent
eb6ca26645
commit
49c33d7c30
@ -264,8 +264,12 @@
|
||||
}
|
||||
|
||||
// Echo content headers for file downloads
|
||||
function content_header($fn='',$mime='application/octet-stream',$length='',$nocache=True)
|
||||
function content_header($fn='',$mime='',$length='',$nocache=True)
|
||||
{
|
||||
if (!$mime)
|
||||
{
|
||||
$mime='application/octet-stream';
|
||||
}
|
||||
if ($fn)
|
||||
{
|
||||
if ($this->get_agent() == 'IE') // && browser_get_version() == "5.5")
|
||||
|
Loading…
Reference in New Issue
Block a user