Changeset 2369 for trunk/system/config/upload.php
- Timestamp:
- 03/28/2008 12:22:41 PM (8 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 /**
