catalyst / moodle-auth_outage

Planned, graduated user and admin friendly moodle outages
https://moodle.org/plugins/auth_outage
17 stars 33 forks source link

All curls must honor the moodle proxy settings #207

Closed brendanheywood closed 3 years ago

brendanheywood commented 3 years ago

A non exhaustive list of places:

https://github.com/catalyst/moodle-auth_outage/blob/master/classes/local/outagelib.php#L60-L72

A bunch of places use file_get_contents() and should use download_file_content instead

brendanheywood commented 3 years ago

Done a while back