added new setting: backup ftp passive mode, fixes #785

Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org>
This commit is contained in:
Christoph Burchert (Chb)
2011-05-18 02:08:45 +02:00
parent 75c5fae6b2
commit 7a4501e581
6 changed files with 27 additions and 2 deletions

View File

@@ -98,6 +98,15 @@ return array(
'default' => '',
'save_method' => 'storeSettingField',
),
'backup_passive_mode' => array(
'label' => $lng{'serversettings']['backup_ftp_passive_mode'],
'settinggroup' => 'system',
'varname' => 'backup_ftp_passive',
'type' => 'bool',
'default' => true,
'save_method' => 'storeSettingField',
'overview_option' => false,
),
),
),
),