diff options
Diffstat (limited to 'inc/3rdparty/libraries/mpdf/mpdf.php')
-rw-r--r-- | inc/3rdparty/libraries/mpdf/mpdf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/3rdparty/libraries/mpdf/mpdf.php b/inc/3rdparty/libraries/mpdf/mpdf.php index dbe16fef..f12dfec0 100644 --- a/inc/3rdparty/libraries/mpdf/mpdf.php +++ b/inc/3rdparty/libraries/mpdf/mpdf.php | |||
@@ -7451,7 +7451,7 @@ function Output($name='',$dest='') | |||
7451 | // don't use length if server using compression | 7451 | // don't use length if server using compression |
7452 | header('Content-Length: '.strlen($this->buffer)); | 7452 | header('Content-Length: '.strlen($this->buffer)); |
7453 | } | 7453 | } |
7454 | header('Content-disposition: inline; filename="'.$name.'"'); | 7454 | header('Content-disposition: attachment; filename="'.$name.'"'); |
7455 | header('Cache-Control: public, must-revalidate, max-age=0'); | 7455 | header('Cache-Control: public, must-revalidate, max-age=0'); |
7456 | header('Pragma: public'); | 7456 | header('Pragma: public'); |
7457 | header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); | 7457 | header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); |