Changeset 2369

Show
Ignore:
Timestamp:
03/28/08 12:22:41 (5 months ago)
Author:
Shadowhand
Message:

Also, why am I not using DOCROOT?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/upload.php

    r2368 r2369  
    55 * This path is relative to your index file. Absolute paths are also supported. 
    66 */ 
    7 $config['directory'] = $config['upload_directory'] = 'upload'; 
     7$config['directory'] = DOCROOT.'upload'; 
    88 
    99/**