@@ -23,7 +23,7 @@ |
||
| 23 | 23 | // file exists: return file for download |
| 24 | 24 | header('Content-Type: application/octet-stream'); |
| 25 | 25 | header('Content-Disposition: attachment; filename="' . |
| 26 | - addslashes($filename) . '"'); |
|
| 26 | + addslashes($filename) . '"'); |
|
| 27 | 27 | readfile($filepath); |
| 28 | 28 | } else { |
| 29 | 29 | // file does not exist: 404 Not Found |