mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28657 backup: make automated backup filenames site admin-configurable
This commit is contained in:
parent
ead4f180a0
commit
66150286b5
3 changed files with 4 additions and 1 deletions
|
@ -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'), ''));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue