MCImageManager:Configuration/filesystem.list directories

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.list_directories

This option enables you to disable/enable the listing of directories in the main file list.

Example of usage in the config.php file

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

Example of usage in the Web.Config file

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

Example of usage in a mc_access file

filesystem.list_directories=true
Personal tools