MCFileManager:Configuration/filesystem.local.directory mask

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: filesystem.local.directory_mask

This option enables you to specify the octal chmod mask to apply to all directories created, copied or moved to the target directory. Remember to have the 0 prefix before the mask to specify a octal number.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.local.directory_mask'] = "0775";

Example of usage in a mc_access file

filesystem.local.directory_mask=0775
Personal tools