![]() |
CMS
Version 3.9
|
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" | |
$document_library_id = checkNumeric($_GET["document_library_id"]) |
Definition at line 38 of file zip_library_download.inc.
$file = $config['uploadbase'] . DIRECTORY_SEPARATOR . "library_{$library->document_library_id}.zip" |
Definition at line 44 of file zip_library_download.inc.
$library = new DocumentLibrary($document_library_id) |
Definition at line 42 of file zip_library_download.inc.