Changeset 2177 for trunk/application
- Timestamp:
- 02/27/2008 12:47:04 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r2003 r2177 2 2 /** 3 3 * Domain name, with the installation directory. Default: localhost/kohana/ 4 * If this starts with a /, Kohana will try to get the domain from HTTP_HOST 5 * from the web server. 4 6 */ 5 7 $config['site_domain'] = 'localhost/kohana/';
