Merge branch 'MDL-67789-master' of https://github.com/sarjona/moodle
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user