This plugin does not clean up the temporary files it makes, leaving $CFG->tempdir an absolute mess at the root level.
It would be good idea to use make_request_directory() rather than write directly to $CFG->tempdir, as it will get automatically removed by the shutdown handler.
This plugin does not clean up the temporary files it makes, leaving $CFG->tempdir an absolute mess at the root level.
It would be good idea to use make_request_directory() rather than write directly to $CFG->tempdir, as it will get automatically removed by the shutdown handler.