mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-36720 Fetch available updates info via HTTPS
This commit is contained in:
parent
2d7c5eeeea
commit
40a9c2e531
@ -993,7 +993,7 @@ class available_update_checker {
|
||||
if (!empty($CFG->config_php_settings['alternativeupdateproviderurl'])) {
|
||||
return $CFG->config_php_settings['alternativeupdateproviderurl'];
|
||||
} else {
|
||||
return 'http://download.moodle.org/api/1.1/updates.php';
|
||||
return 'https://download.moodle.org/api/1.1/updates.php';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user