Changeset 3363
- Timestamp:
- 08/25/2008 04:16:31 PM (3 months ago)
- Files:
-
- 1 modified
-
branches/website/application/config/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/config/config.php
r3360 r3363 5 5 * the path, and a site_protocol is specified, the domain will be auto-detected. 6 6 */ 7 $config['site_domain'] = 'kohanaphp.com';7 $config['site_domain'] = IN_PRODUCTION ? $_SERVER['SERVER_NAME'].'/' : '/kohanaphp.com/'; 8 8 9 9 /**
