Ignore:
Timestamp:
Jun 13, 2013, 12:19:50 PM (11 years ago)
Author:
mistic100
Message:

replace readfile by readlargefile, add advanced parameter to use http redirection instead of php download

File:
1 edited

Legend:

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

    r18973 r23167  
    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 */
    1018
    1119defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
Note: See TracChangeset for help on using the changeset viewer.