mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed bug #869290 Can't save files using https
This commit is contained in:
parent
b4af40ee1d
commit
dfbe564fcc
@ -1720,8 +1720,10 @@
|
||||
|
||||
if(in_array($mime_type,$viewable) && !$_GET['download'])
|
||||
{
|
||||
header('Content-type: ' . $mime_type);
|
||||
|
||||
header('Content-type: ' . $mime_type);
|
||||
header('Content-disposition: filename="' . $this->file . '"');//FIXME
|
||||
Header("Pragma: public");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user