Show
Ignore:
Timestamp:
07/08/2008 09:10:28 AM (5 months ago)
Author:
Shadowhand
Message:

Fixing #664, thanks ae.

Files:
1 modified

Legend:

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

    r2369 r3001  
    88 
    99/** 
     10 * Enable or disable directory creation. 
     11 */ 
     12$config['create_directories'] = FALSE; 
     13 
     14/** 
    1015 * Remove spaces from uploaded filenames. 
    1116 */