Ignore:
Timestamp:
Dec 12, 2013, 2:12:13 PM (10 years ago)
Author:
mistic100
Message:

allow to configure only one downloadable size

File:
1 edited

Legend:

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

    r23383 r25931  
    1111    'what'            => isset($_POST['what']) ? array_keys($_POST['what']) : array(),
    1212    'photo_size'      => $_POST['photo_size'],
     13    'multisize'       => $_POST['multisize'] == 'true',
    1314    'archive_prefix'  => trim($_POST['archive_prefix']),
    1415    'archive_timeout' => intval($_POST['archive_timeout']),
Note: See TracChangeset for help on using the changeset viewer.