Changeset 2315 for trunk/application

Show
Ignore:
Timestamp:
03/17/2008 08:04:27 PM (8 months ago)
Author:
Shadowhand
Message:

Follow up to r2313 and r2314 (fixing errors)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r2314 r2315  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22/** 
    3  * Base path of the web site. If this includes a domain, (eg, "localhost/kohana/") then 
    4  * a full URL will be used (eg, "http://localhost/kohana/"). If it only includes the path,  
    5  * and a site_protocol is specified, the domain will be auto-detected. 
     3 * Base path of the web site. If this includes a domain, eg: localhost/kohana/ 
     4 * then a full URL will be used, eg: http://localhost/kohana/. If it only includes 
     5 * the path, and a site_protocol is specified, the domain will be auto-detected. 
    66 */ 
    7 $config['site_domain'] = '/kohana/trunk/'; 
     7$config['site_domain'] = '/kohana/'; 
    88 
    99/** 
    10  * Force a default protocol to be used by the site. If no site_protocol is specified, then the  
    11  * current protocol is used, or when possible, only an absolute path (with no protocol/domain)  
    12  * is used. 
     10 * Force a default protocol to be used by the site. If no site_protocol is 
     11 * specified, then the current protocol is used, or when possible, only an 
     12 * absolute path (with no protocol/domain) is used. 
    1313 */ 
    1414$config['site_protocol'] = ''; 
     
    6666$config['modules'] = array 
    6767( 
    68         MODPATH.'auth',   // Authentication 
     68        // MODPATH.'auth',   // Authentication 
    6969        // MODPATH.'forge',  // Form generation 
    7070        // MODPATH.'kodoc',  // Self-generating documentation