Changeset 866 for trunk/system/config/upload.php
- Timestamp:
- 10/22/2007 12:29:02 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/upload.php
r647 r866 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 /* *3 * Session Configuration4 * ----------------------------------------------------------------------------2 /* 3 * File: Upload 4 * File uploading options. 5 5 * 6 * User Guide: http://kohanaphp.com/user_guide/en/libraries/validation.html 7 * 8 * @param string upload_directory - Relative to your index file 9 * @param string remove_space - Remove spaces from filenames 10 * 6 * Options: 7 * upload_directory - Relative to your index file 8 * remove_space - Remove spaces from filenames 11 9 */ 12 10 $config = array
