Picture shouldn't be executable

This commit is contained in:
Michael 2022-05-09 08:28:23 +00:00
parent 9d1ff0a4ce
commit f744dd362d

View File

@ -120,7 +120,7 @@ class Avatar
}
file_put_contents($filepath, $image->asString());
chmod($filepath, 0775);
chmod($filepath, 0664);
DI::profiler()->stopRecording();