jacobwb / hashover-next

This branch will be HashOver 2.0
GNU Affero General Public License v3.0
420 stars 87 forks source link

Hashover 2.0 File permissions #265

Closed OoLunar closed 4 years ago

OoLunar commented 5 years ago

Exactly which files need which permissions? Currently I chmoded all my php files with the command: find . -type f -iname "*.php" -exec chmod 644 {} \; Then I gave hashover/backend/locales the 755 permission. hashover/comments/ also has a 777 permission. Am I missing anything?