Changeset 1231 for trunk/plugins/ExtendedFileManager/config.inc.php
- Timestamp:
- 11/15/09 23:51:19 (4 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/ExtendedFileManager/config.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/config.inc.php
r1210 r1231 222 222 */ 223 223 $IMConfig['allow_cut_copy_paste'] = true; 224 225 /* 226 Possible values: true, false 227 228 TRUE - Allow the user to delete files and folders. 229 230 FALSE - No delete icon will be displayed. 231 232 */ 233 $IMConfig['allow_delete'] = true; 224 234 225 235 /*
