Changeset 3363 for branches

Show
Ignore:
Timestamp:
08/25/2008 04:16:31 PM (3 months ago)
Author:
Shadowhand
Message:

Fixing configuration

Files:
1 modified

Legend:

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

    r3360 r3363  
    55 * the path, and a site_protocol is specified, the domain will be auto-detected. 
    66 */ 
    7 $config['site_domain'] = 'kohanaphp.com'; 
     7$config['site_domain'] = IN_PRODUCTION ? $_SERVER['SERVER_NAME'].'/' : '/kohanaphp.com/'; 
    88 
    99/**