alokr912 / moodle-mod_gotomeeting

Moodle GoToMeeting Integration
GNU General Public License v3.0
5 stars 6 forks source link

direct calls to curl_init #41

Closed danmarsden closed 2 years ago

danmarsden commented 2 years ago

Please don't initate curl_init() directly but use Moodle's own "curl" class which is a wrapper on PHP's curl functions.

Many organisations put their moodle site behind a web proxy and the internal curl wrapper takes care of this for you.

alokr912 commented 2 years ago

Implementation of curl class is done.