PlagiarismCheck / moodle-plagiarism_pchkorg

Plagiarismcheck.org is a sophisticated similarity search engine. We advocate for bringing technology into academics to help instructors save time and motivate students write better papers.
https://plagiarismcheck.org
GNU General Public License v3.0
13 stars 4 forks source link

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

Closed danmarsden closed 5 years ago

danmarsden commented 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 -

JaneAdelmann commented 5 years ago

Fixed in version v2.1