activate/deactivate backup-cronjob with the backup-enabled setting

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-10 08:37:13 +01:00
parent 2a48c2b598
commit e1e11061c6

View File

@@ -28,6 +28,7 @@ return array(
'varname' => 'backup_enabled',
'type' => 'bool',
'default' => false,
'cronmodule' => 'froxlor/backup',
'save_method' => 'storeSettingField',
'overview_option' => true
),