Vergleich attachment.php - 1.6.2 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: attachment.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: attachment.php 5799 2012-04-19 15:06:30Z Tomm $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 127Zeile 127
			break;

default:

			break;

default:

			header("Content-type: application/force-download");








			$filetype = $attachment['filetype'];

if(!$filetype)
{
$filetype = 'application/force-download';
}

header("Content-type: {$filetype}");

			$disposition = "attachment";
}


			$disposition = "attachment";
}