|
@@ -316,7 +316,7 @@ class Album extends Module {
|
|
# Send zip
|
|
# Send zip
|
|
header("Content-Type: application/zip");
|
|
header("Content-Type: application/zip");
|
|
header("Content-Disposition: attachment; filename=\"$zipTitle.zip\"");
|
|
header("Content-Disposition: attachment; filename=\"$zipTitle.zip\"");
|
|
- header("Content-Length: ".filesize($filename));
|
|
|
|
|
|
+ header("Content-Length: " . filesize($filename));
|
|
readfile($filename);
|
|
readfile($filename);
|
|
|
|
|
|
# Delete zip
|
|
# Delete zip
|