Closed danmarsden closed 5 years 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.
This is really important for the files in your /view directory -
Fixed in version v2.1
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.
This is really important for the files in your /view directory -