Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: attachment.php 5297 2010-12-28 22:01:14Z Tomm $
| * $Id$
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 127 | Zeile 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"; }
|