Changes between Version 6 and Version 7 of ImageManager
- Timestamp:
- 01/02/09 06:24:36 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImageManager
v6 v7 31 31 array( 32 32 'images_dir' => '/path/to/images', 33 'images_url' => '/images' 33 'images_url' => '/images', 34 'allow_upload' => true 34 35 ) 35 36 ); … … 38 39 }}} 39 40 40 Fairly obviously, you need to change the paths above to suit your installation. 41 Fairly obviously, you need to change the paths above to suit your installation. Note that by default allow_upload is false (in current SVN version), you MUST set it true manually as above if you wish to allow uploading. 41 42 42 43 == Complete Example == … … 90 91 array( 91 92 'images_dir' => '/path/to/images', 92 'images_url' => '/images' 93 'images_url' => '/images', 94 'allow_upload' => true 93 95 ) 94 96 );
