Picture shouldn't be executable

pull/11477/head
Michael 2022-05-09 08:28:23 +00:00
parent 9d1ff0a4ce
commit f744dd362d
1 changed files with 1 additions and 1 deletions

View File

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