Ignore:
Timestamp:
Jun 17, 2013, 12:04:35 PM (11 years ago)
Author:
mistic100
Message:

add info about advanced conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/main.inc.php

    r23280 r23288  
    88Author URI: http://www.strangeplanet.fr
    99*/
    10 
    11 /*
    12  * advanced config:
    13  * $conf['batch_download_max_elements']   max value of the elements slider (default 1000)
    14  * $conf['batch_download_max_size']       max value of the size slider (default 500)
    15  * $conf['batch_download_force_pclzip']   if true, force the usage of PclZip instead of ZipArchive
    16  * $conf['batch_download_direct']         if true, the download script will redirect to the zip instead of deliver it through PHP
    17  * $conf['batch_download_additional_ext'] array containing downloadable filetypes (case sensitive), default is $conf['picture_ext']
    18  */
    1910
    2011defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
Note: See TracChangeset for help on using the changeset viewer.