Jump to content

permissions


asmon

Recommended Posts

You need to chmod() the directory to 777, by default a directory created by php has the same access privileges as in which php.exe is executed. I do not recommend modifying it to 777, this will allow anyone to modify the directory. Thus, if you want only one person to be able to modify the directory then you'll have to do this programmatically using group-, role-, or user-based access control.

Link to comment
https://forums.phpfreaks.com/topic/168254-permissions/#findComment-887470
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.