dont force a download for public links

This commit is contained in:
Robin Appelman 2011-08-03 01:06:25 +02:00
parent a2062036d3
commit 6527048164
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ if($path!==false){
//get time mimetype and set the headers
$mimetype=OC_Filesystem::getMimeType($path);
header('Content-Transfer-Encoding: binary');
header('Content-Disposition: attachment; filename="'.basename($path).'"');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');