chmod 777 is a bad practice

This commit is contained in:
Angristan 2018-04-13 20:54:02 +02:00 committed by GitHub
parent bacc5de3a2
commit de99189325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
Make sure the folder *view/smarty3* exists and is writable by the webserver user
mkdir view/smarty3
chmod 777 view/smarty3
chmod www-data:www-data view/smarty3
Get the addons by going into your website folder.