chikako0219 / sharedpanel

Plugin for Moodle
2 stars 2 forks source link

custom curl functions #24

Open danmarsden opened 5 years ago

danmarsden commented 5 years ago

Moodle has a core "curl" class that should be used where possible - many sites sit behind a web proxy and the curl class takes care of this for you. If you need to use a custom curl class you will need to reimplement the proxy handling.