MCImageManager:Configuration/filesystem.readable

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.readable

This option enables you to disable/enable readability of the directory containing the option.

Example of usage in the config.php file

$mcImageManagerConfig['filesystem.readable'] = true;

Example of usage in the Web.Config file

<add key="filesystem.readable" value="true" />

Example of usage in a mc_access file

filesystem.readable=true
Personal tools