Skip to content
Permalink
Browse files Browse the repository at this point in the history
Add api_protect_course_script()
  • Loading branch information
jmontoyaa committed May 14, 2021
1 parent 5b11f25 commit f398b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/plagiarism/compilatio/upload.php
Expand Up @@ -10,6 +10,8 @@

api_set_more_memory_and_time_limits();

api_protect_course_script();

$courseId = api_get_course_int_id();
$courseInfo = api_get_course_info();
$compilatio = new Compilatio();
Expand Down

0 comments on commit f398b5b

Please sign in to comment.