Changeset 3168 for trunk/system/config

Show
Ignore:
Timestamp:
07/20/2008 08:34:36 PM (4 months ago)
Author:
Shadowhand
Message:

Replacing file_exists calls with is_file and is_dir, where possible.

Files:
1 modified

Legend:

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

    r2568 r3168  
    33 * @package  Core 
    44 * 
    5  * Default route to use when no URI segments are available. 
     5 * Sets the default route to "welcome" 
    66 */ 
    77$config['_default'] = 'welcome';