WordPress

define('FS_CHMOD_DIR', (0777 & ~ umask()));
define('FS_CHMOD_FILE', (0777 & ~ umask())); 

Leave a comment