diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-13 22:14:33 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-13 22:14:33 +0100 |
commit | eea8196689c02db2001e5341be4076335081126a (patch) | |
tree | 4511448e1eeb1715fe038a8c03b718b5627ee86a | |
parent | 3abef20b2a0ecaeff1877eb3d10bb12338041c49 (diff) |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | PHP_DW.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ class PHP_DW { header('Content-Description: File Transfer'); header('Content-Disposition: attachment; filename=' . $filename); + header('Content-Type: application/octet-stream'); header('Content-Length: '. $fstats['size']); header('Cache-Control: private'); |