vmsreeram / moodle-qtype_essayannotate

A moodle question plugin that supports PDF annotation
0 stars 0 forks source link

Use exec instead of shell_exec #57

Open nideez45 opened 2 days ago

nideez45 commented 2 days ago

In annotator.php:185 - change to exec and after unlinking of filetoconvert if return value of exec is false throw exception saying PDF conversion using Imagemagick failed. Add lang string for the imagemagick exception . In upload.php:84 - change to exec and modify the exception handling.