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

require_login called twice in page/report.php, check.php #20

Closed danmarsden closed 5 years ago

danmarsden commented 5 years ago

you only need to call require_login once - the 2nd call looks like the correct one that includes course and cm vars.

JaneAdelmann commented 5 years ago

Files page/report.php and check.php had been removed from the system. Now we use moodle events without out custom pages.