Changeset 2369
- Timestamp:
- 03/28/08 12:22:41 (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/upload.php
r2368 r2369 5 5 * This path is relative to your index file. Absolute paths are also supported. 6 6 */ 7 $config['directory'] = $config['upload_directory'] ='upload';7 $config['directory'] = DOCROOT.'upload'; 8 8 9 9 /**
