Changeset 3375 for branches

Show
Ignore:
Timestamp:
08/27/2008 09:44:09 PM (3 months ago)
Author:
Shadowhand
Message:

core.extension_prefix is no longer needed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/config/config.php

    r3374 r3375  
    8888 
    8989/** 
    90  * Filename prefixed used to determine extensions. For example, an 
    91  * extension to the Controller class would be named MY_Controller.php. 
    92  */ 
    93 $config['extension_prefix'] = 'MY_'; 
    94  
    95 /** 
    9690 * Additional resource paths, or "modules". Each path can either be absolute 
    9791 * or relative to the docroot. Modules can include any resource that can exist