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