![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$gallery_id = checkNumeric($_GET["gallery_id"]) | |
$gallery = new ImageGallery($gallery_id) | |
$zipFile = $gallery->identifier ? $gallery->format("{identifier}.zip") : $gallery->format("gallery_{gallery_id}.zip") | |
$file = $config['uploadbase'] . DIRECTORY_SEPARATOR . $zipFile | |
$file = $config['uploadbase'] . DIRECTORY_SEPARATOR . $zipFile |
Definition at line 44 of file zip_gallery_download.inc.
$gallery = new ImageGallery($gallery_id) |
Definition at line 42 of file zip_gallery_download.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 38 of file zip_gallery_download.inc.
$zipFile = $gallery->identifier ? $gallery->format("{identifier}.zip") : $gallery->format("gallery_{gallery_id}.zip") |
Definition at line 43 of file zip_gallery_download.inc.