mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Grafiken, die als Dokumente hochgeladen wurden, werden als Download angeboten
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ function OutputData($akte)
|
||||
if($dms->mimetype=='')
|
||||
$dms->mimetype='application/octetstream';
|
||||
|
||||
header('Content-type: '.$dms->mimetype);
|
||||
header('Content-type: application/octetstream');
|
||||
header('Content-Disposition: inline; filename="'.$dms->name.'"');
|
||||
header('Content-Length: ' .filesize($filename));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user