Changeset 717
- Timestamp:
- 02/08/07 12:44:01 (6 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/ExtendedFileManager/config.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/config.inc.php
r679 r717 170 170 171 171 TRUE - Allow the user to create new sub-directories in the 172 $IMConfig[' base_dir'].172 $IMConfig['images_dir']/$IMConfig['files_dir']. 173 173 174 174 FALSE - No directory creation. … … 302 302 303 303 $IMConfig['allowed_image_extensions'] = array("jpg","gif","png","bmp"); 304 $IMConfig['allowed_link_extensions'] = array("jpg","gif","js","php","pdf","zip","txt","psd","png","html","swf","xml","xls" );304 $IMConfig['allowed_link_extensions'] = array("jpg","gif","js","php","pdf","zip","txt","psd","png","html","swf","xml","xls","doc"); 305 305 306 306
