AgrosupDijon-DSI / moodle-local_ibob

Cnerta-Web Plugin iBob pour Moodle
Other
0 stars 0 forks source link

include files should use defined('MOODLE_INTERNAL') || die(); #5

Open purnendudash opened 6 months ago

purnendudash commented 6 months ago

If a php file should not be loaded on it's own (class files etc) then you should be adding a check to: defined('MOODLE_INTERNAL') || die();

at the top of the file.