Merge branch 'maint/7.0'
[ninja.git] / system / config / upload.php
blobdf26a2d29d1ddc032b50f473c8f073f2f3988182
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3 * @package Core
5 * This path is relative to your index file. Absolute paths are also supported.
6 */
7 $config['directory'] = DOCROOT.'upload';
9 /**
10 * Enable or disable directory creation.
12 $config['create_directories'] = FALSE;
14 /**
15 * Remove spaces from uploaded filenames.
17 $config['remove_spaces'] = TRUE;