Skip to content

Fix file permissions

surrim requested to merge fix-file-permissions into master

Closes no ticket

What does this MR do?

chmod 644 on files which are not executables.

How confident are you it won't break things if deployed?

Should not change behavior. *.php scripts had 644 and 755 before, now they are 644.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by surrim

Merge request reports