Avail feature updated
[ninja.git] / application / config / upload.php
blob1a1367b934adb6c67307c2c39210d8348918d4ce
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 * Should end with a slash (/) and be writable by webserver (apache)
7 */
8 $config['directory'] = DOCROOT.'upload/';
10 /**
11 * Enable or disable directory creation.
13 $config['create_directories'] = FALSE;
15 /**
16 * Remove spaces from uploaded filenames.
18 $config['remove_spaces'] = TRUE;