Changeset 3376 for trunk/application
- Timestamp:
- 08/27/2008 09:46:56 PM (3 months ago)
- Location:
- trunk/application
- Files:
-
- 1 removed
- 1 modified
-
config/config.php (modified) (2 diffs)
-
controllers (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r3366 r3376 5 5 * the path, and a site_protocol is specified, the domain will be auto-detected. 6 6 */ 7 $config['site_domain'] = '/kohana/ ';7 $config['site_domain'] = '/kohana/trunk/'; 8 8 9 9 /** … … 85 85 86 86 /** 87 * Filename prefixed used to determine extensions. For example, an88 * extension to the Controller class would be named MY_Controller.php.89 */90 $config['extension_prefix'] = 'MY_';91 92 /**93 87 * Additional resource paths, or "modules". Each path can either be absolute 94 88 * or relative to the docroot. Modules can include any resource that can exist
