CMS  Version 3.9
zip_library_download.inc File Reference

Go to the source code of this file.

Variables

 $document_library_id = checkNumeric($_GET["document_library_id"])
 
 $library = new DocumentLibrary($document_library_id)
 
 $file = $config['uploadbase'] . DIRECTORY_SEPARATOR . "library_{$library->document_library_id}.zip"
 

Variable Documentation

◆ $document_library_id

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

Definition at line 38 of file zip_library_download.inc.

◆ $file

$file = $config['uploadbase'] . DIRECTORY_SEPARATOR . "library_{$library->document_library_id}.zip"

Definition at line 44 of file zip_library_download.inc.

◆ $library

$library = new DocumentLibrary($document_library_id)

Definition at line 42 of file zip_library_download.inc.