root/trunk/system/config/upload.php
| Revision 3326, 328 bytes (checked in by Shadowhand, 2 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * @package Core |
| 4 | * |
| 5 | * This path is relative to your index file. Absolute paths are also supported. |
| 6 | */ |
| 7 | $config['directory'] = DOCROOT.'upload'; |
| 8 | |
| 9 | /** |
| 10 | * Enable or disable directory creation. |
| 11 | */ |
| 12 | $config['create_directories'] = FALSE; |
| 13 | |
| 14 | /** |
| 15 | * Remove spaces from uploaded filenames. |
| 16 | */ |
| 17 | $config['remove_spaces'] = TRUE; |
Note: See TracBrowser
for help on using the browser.
