Show
Ignore:
Timestamp:
01/04/2008 10:01:49 AM (12 months ago)
Author:
Shadowhand
Message:

Small cleanups:

  • Updated system/config file comments
  • Added Encrypt::instance()
Files:
1 modified

Legend:

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

    r1657 r1668  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    22/** 
    3  * Relative to your index file. 
     3 * @package  Core 
     4 * 
     5 * This path is relative to your index file. Absolute paths are also supported. 
    46 */ 
    57$config['upload_directory'] = 'upload'; 
    68 
    79/** 
    8  * Remove spaces from filenames. 
     10 * Remove spaces from uploaded filenames. 
    911 */ 
    1012$config['remove_spaces'] = TRUE;