I searched, I couldn't find a definitive solution.
Uploads using PHPsuExec work great, but the permissions are set to 0640 (or was it 0600...). I know I can add chmod to my scripts, however, I'd like some type of umask to set the file perms to 0644 or something to this effect. Is there a way to do this globally?
Uploads using PHPsuExec work great, but the permissions are set to 0640 (or was it 0600...). I know I can add chmod to my scripts, however, I'd like some type of umask to set the file perms to 0644 or something to this effect. Is there a way to do this globally?
Last edited: