Changeset 3410 for trunk/application

Show
Ignore:
Timestamp:
08/31/2008 10:47:05 AM (3 months ago)
Author:
Geert
Message:

config typos

Files:
1 modified

Legend:

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

    r3381 r3410  
    1818 * 
    1919 * If no site_protocol is specified, then the current protocol will be detected. 
    20  * This setting must be left empty if you do not want generated URLs to not 
    21  * contain the domain name. 
     20 * This setting must be left empty if you do not want generated URLs to contain 
     21 * the domain name. 
    2222 */ 
    2323$config['site_protocol'] = ''; 
    2424 
    2525/** 
    26  * Name of the front controller for this application.  
     26 * Name of the front controller for this application. 
    2727 * 
    2828 *     $config['index_page'] = 'index.php'; 
     
    6767 *     $config['render_stats'] = TRUE; 
    6868 * 
    69  * Enable by default, this will replace specific stings in generated output 
     69 * Enabled by default, this will replace specific strings in generated output 
    7070 * with generated statistics or information. 
    7171 * 
     
    111111 * 
    112112 * It is highly recommended to enable error and exception logging on production 
    113  * websites and to disable  
     113 * websites and to disable 
    114114 * 
    115115 * - 0: Disable all logging 
     
    118118 * - 3: Also log PHP notices 
    119119 * - 4: Also log Kohana debugging messages 
    120  * 
    121120 */ 
    122121$config['log_threshold'] = 1;