Duplicate possible transy IE download fix in HEAD

This commit is contained in:
Miles Lott 2001-07-09 15:58:05 +00:00
parent eb6ca26645
commit 49c33d7c30

View File

@ -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")