Changeset 1242 for trunk/plugins/MootoolsFileManager/backend.php
- Timestamp:
- 02/18/10 04:59:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/MootoolsFileManager/backend.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/MootoolsFileManager/backend.php
r1239 r1242 93 93 'baseURL' => $IMConfig['images_url'], 94 94 95 'assetBasePath' => $IMConfig['base_url'] ,95 'assetBasePath' => $IMConfig['base_url'] .'/mootools-filemanager/Assets', 96 96 97 97 'upload' => $IMConfig['allow_images_upload'], … … 115 115 'baseURL' => $IMConfig['files_url'], 116 116 117 'assetBasePath' => $IMConfig['base_url'] ,117 'assetBasePath' => $IMConfig['base_url'] .'/mootools-filemanager/Assets', 118 118 119 119 'upload' => $IMConfig['allow_files_upload'],
