diff options
author | tcit <tcit@tcit.fr> | 2014-07-24 21:56:04 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-24 21:56:04 +0200 |
commit | fb9df0c269f36703909b8b259abbdbed29881ecd (patch) | |
tree | 03069262fe6a7bd5891f5649d31fc057b3ca8541 /inc/3rdparty/libraries/mpdf | |
parent | c70bfefc68fcc96b1ce57845e5b2942a596239ec (diff) | |
download | wallabag-fb9df0c269f36703909b8b259abbdbed29881ecd.tar.gz wallabag-fb9df0c269f36703909b8b259abbdbed29881ecd.tar.zst wallabag-fb9df0c269f36703909b8b259abbdbed29881ecd.zip |
use directly MOBIClass
Diffstat (limited to 'inc/3rdparty/libraries/mpdf')
-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'); |