openequella / moodle-mod_openEQUELLA

Moodle module for integration with openEQUELLA
https://openequella.github.io/moodle-mod_openEQUELLA/
GNU General Public License v3.0
6 stars 16 forks source link

fix: Make sure that require 'config.php' is first #93

Closed edalex-ian closed 1 year ago

edalex-ian commented 1 year ago
Checklist
Description of change

Although on some configurations existing code works, on others it will result in attempting to create a session after a response has already started. General moodle guidance is that require_once('config.php') should be first in any files which are the result of requests dealt with the handler.php.