|
@@ -82,7 +82,7 @@ |
|
|
block discarded – undo |
|
82
|
82
|
|
|
83
|
83
|
$this->headers['content-description'] = ['File Transfer']; |
|
84
|
84
|
$this->headers['content-type'] = [$mimetype]; |
|
85
|
|
- $this->headers['content-disposition'] = ['attachment; filename="' . $filename . '"']; |
|
|
85
|
+ $this->headers['content-disposition'] = ['attachment; filename="' . $filename . '"']; |
|
86
|
86
|
$this->headers['expires'] = ['0']; |
|
87
|
87
|
$this->headers['cache-control'] = ['must-revalidate']; |
|
88
|
88
|
$this->headers['pragma'] = ['public']; |
Please login to merge, or discard this patch.