MDL-28657 backup: make automated backup filenames site admin-configurable

This commit is contained in:
Charles Fulton 2012-04-20 08:42:55 -07:00
parent ead4f180a0
commit 66150286b5
3 changed files with 4 additions and 1 deletions

View file

@ -138,6 +138,7 @@ if ($hassiteconfig
400 => '400',
500 => '500');
$temp->add(new admin_setting_configselect('backup/backup_auto_keep', new lang_string('keep'), new lang_string('backupkeephelp'), 1, $keepoptoins));
$temp->add(new admin_setting_configcheckbox('backup/backup_shortname', new lang_string('backup_shortname', 'admin'), new lang_string('backup_shortnamehelp', 'admin'), 0));
$temp->add(new admin_setting_heading('automatedsettings', new lang_string('automatedsettings','backup'), ''));