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