Changeset 47
- Timestamp:
- 03/21/05 05:11:06 (8 years ago)
- Location:
- trunk/plugins/ImageManager
- Files:
-
- 3 modified
-
README.txt (modified) (2 diffs)
-
config.inc.php (modified) (1 diff)
-
image-manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ImageManager/README.txt
r45 r47 28 28 not unpacked Xinha in your DOCUMENT_ROOT. 29 29 30 You may also need to modify image-manager.js line 47 (or override from the calling31 page) to have the same value as $IMConfig['images_url'] from config.inc.php.32 33 30 For demo purposes ImageManager is set up to view images in the 34 31 … … 36 33 37 34 directory. This is governed by the images_dir and images_url config options. 35 36 The permissions on the demo_images directory may not be correct. The directory 37 should be owned by the user your webserver runs as and should have 755 38 permissions. 38 39 39 40 -------------------------------------------------------------------------------- -
trunk/plugins/ImageManager/config.inc.php
r46 r47 250 250 251 251 // uncomment to send debug messages to a local file 252 253 252 // _setDebugLog( "/tmp/debug_log.txt" ); 254 253 255 254 // turn debugging on everywhere. 256 257 255 // _ddtOn(); 258 256 -
trunk/plugins/ImageManager/image-manager.js
r45 r47 45 45 { 46 46 'backend' : _editor_url + 'plugins/ImageManager/backend.php?plugin=ImageManager&', 47 'images_url' : '/xinha/plugins/ImageManager/demo_images'47 'images_url' : _editor_url + 'plugins/ImageManager/demo_images' 48 48 } 49 49
