Added spaces
This commit is contained in:
parent
24de0b994d
commit
e3b1a6f477
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user