MCFileManager:Configuration/filesystem.invalid directory name msg

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.invalid_directory_name_msg

This options gives you the ability to change the error message that is displayed to the user if the regexp patterns denies the directory name.

This can be very useful if the user needs to understand how the regexp patterns works and why they denied the name.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.invalid_directory_name_msg'] = "Error: The name of the directory is invalid.";

Example of usage in the Web.Config file

<add key="filesystem.invalid_directory_name_msg" value="Error: The name of the directory is invalid." /> 

Example of usage in a mc_access file

filesystem.invalid_directory_name_msg=Error: The name of the directory is invalid.
Personal tools