MCFileManager:Configuration/filesystem.local.access file name

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.local.access_file_name

This option enables you to specify the file name that is used to load directory specific MCFileManager options.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.local.access_file_name'] = "mc_access_file";

Example of usage in the Web.Config file

<add key="filesystem.local.access_file_name" value="mc_access_file" />

Example of usage in a mc_access file

filesystem.local.access_file_name=mc_access_file
Personal tools