Changeset 1668 for trunk/system/config/upload.php
- Timestamp:
- 01/04/2008 10:01:49 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/upload.php
r1657 r1668 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 2 /** 3 * Relative to your index file. 3 * @package Core 4 * 5 * This path is relative to your index file. Absolute paths are also supported. 4 6 */ 5 7 $config['upload_directory'] = 'upload'; 6 8 7 9 /** 8 * Remove spaces from filenames.10 * Remove spaces from uploaded filenames. 9 11 */ 10 12 $config['remove_spaces'] = TRUE;
