Ignore:
Timestamp:
Sep 13, 2012, 3:56:14 AM (12 years ago)
Author:
mistic100
Message:
  • now archive comment is well added
  • add PclZip library for servers without ZipArchive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/config.php

    r16689 r17880  
    5252  'batch_download' => $conf['batch_download'],
    5353  'batch_download_comment' => stripslashes($conf['batch_download_comment']),
     54  'use_ziparchive' => class_exists('ZipArchive') && !isset($conf['batch_downloader_force_pclzip']),
     55  'PHP_VERSION' => PHP_VERSION,
    5456  ));
    5557
Note: See TracChangeset for help on using the changeset viewer.