CMS  Version 3.9
zip_gallery_download.inc File Reference

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
 

Variable Documentation

◆ $file

$file = $config['uploadbase'] . DIRECTORY_SEPARATOR . $zipFile

Definition at line 44 of file zip_gallery_download.inc.

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 42 of file zip_gallery_download.inc.

◆ $gallery_id

$gallery_id = checkNumeric($_GET["gallery_id"])

Definition at line 38 of file zip_gallery_download.inc.

◆ $zipFile

$zipFile = $gallery->identifier ? $gallery->format("{identifier}.zip") : $gallery->format("gallery_{gallery_id}.zip")

Definition at line 43 of file zip_gallery_download.inc.