MCFileManager:Configuration/filesystem.local.access file name
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: filesystem.local.access_file_name
This option enables you to specify the file name that is used to load directory specific MCFileManager options.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['filesystem.local.access_file_name'] = "mc_access_file";
[edit]
Example of usage in the Web.Config file
<add key="filesystem.local.access_file_name" value="mc_access_file" />
[edit]
Example of usage in a mc_access file
filesystem.local.access_file_name=mc_access_file
