Changes between Version 1 and Version 2 of ImageManager
- Timestamp:
- 08/20/05 08:13:57 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImageManager
v1 v2 23 23 {{{ 24 24 <?php 25 session_start(); 25 26 $IMConfig = array(); 26 27 $IMConfig['images_dir'] = '/full/path/to/images/'; … … 89 90 90 91 <?php 92 session_start(); 91 93 $IMConfig = array(); 92 94 $IMConfig['images_dir'] = '/full/path/to/images/';
