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