MCFileManager:Configuration/filesystem.writable

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.writable

This option enables you to disable/enable the possibility to write/make modifications in the directory containing the option.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.writable'] = true;

Example of usage in the Web.Config file

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

Example of usage in a mc_access file

filesystem.writable=true
Personal tools