You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Quickmail creates world-writeable directories in dataroot. As there is a setting for new directory permissions, please use it.
In /blocks/quickmail/lib.php, process_attachments(), please replace
Quickmail creates world-writeable directories in dataroot. As there is a setting for new directory permissions, please use it.
In /blocks/quickmail/lib.php, process_attachments(), please replace
mkdir($moodle_base, 0777, true);
with
mkdir($moodle_base, $CFG->directorypermissions, true);
Many thanks in advance
Alex
The text was updated successfully, but these errors were encountered: