Changeset 3239 for trunk/application

Show
Ignore:
Timestamp:
07/30/2008 12:24:24 PM (4 months ago)
Author:
Geert
Message:

Removed the core.allow_config_set config setting.

See: http://forum.kohanaphp.com/comments.php?DiscussionID=871

Files:
1 modified

Legend:

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

    r3232 r3239  
    4747 */ 
    4848$config['global_xss_filtering'] = TRUE; 
    49  
    50 /** 
    51  * Enable or disable dynamic setting of configuration options. By default, all 
    52  * configuration options are read-only. 
    53  */ 
    54 $config['allow_config_set'] = FALSE; 
    5549 
    5650/**