PlagiarismCheck/moodle-plagiarism_pchkorg

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

danmarsden opened this issue · 1 comments

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