Merge branch 'MDL-67789-master' of https://github.com/sarjona/moodle

This commit is contained in:
Andrew Nicols
2023-03-17 13:03:24 +01:00
committed by Sara Arjona
52 changed files with 4642 additions and 233 deletions
+8
View File
@@ -264,6 +264,14 @@ if ($hassiteconfig) {
]
));
$temp->add(new admin_setting_configduration(
'xapicleanupperiod',
new lang_string('xapicleanupperiod', 'xapi'),
new lang_string('xapicleanupperiod_help', 'xapi'),
WEEKSECS * 8,
WEEKSECS
));
$ADMIN->add('server', $temp);
$temp->add(new admin_setting_configduration('filescleanupperiod',