MCImageManager:Configuration/filesystem.readable
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: filesystem.readable
This option enables you to disable/enable readability of the directory containing the option.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['filesystem.readable'] = true;
[edit]
Example of usage in the Web.Config file
<add key="filesystem.readable" value="true" />
[edit]
Example of usage in a mc_access file
filesystem.readable=true
