Vergleich attachment.php - 1.4.4 - 1.4.7

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: attachment.php 4207 2008-09-22 23:40:36Z Tikitiki $

 * $Id: attachment.php 4304 2009-01-02 01:11:56Z chris $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 120Zeile 120
	else
{
header("Content-disposition: inline; filename=\"{$attachment['filename']}\"");

	else
{
header("Content-disposition: inline; filename=\"{$attachment['filename']}\"");

 
	}

if(strpos(strtolower($_SERVER['HTTP_USER_AGENT']), "msie 6.0") !== false)
{
header("Expires: -1");

	}

header("Content-type: {$attachment['filetype']}");

	}

header("Content-type: {$attachment['filetype']}");