Changeset 3410 for trunk/application
- Timestamp:
- 08/31/2008 10:47:05 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/config.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r3381 r3410 18 18 * 19 19 * 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 not21 * containthe domain name.20 * This setting must be left empty if you do not want generated URLs to contain 21 * the domain name. 22 22 */ 23 23 $config['site_protocol'] = ''; 24 24 25 25 /** 26 * Name of the front controller for this application. 26 * Name of the front controller for this application. 27 27 * 28 28 * $config['index_page'] = 'index.php'; … … 67 67 * $config['render_stats'] = TRUE; 68 68 * 69 * Enable by default, this will replace specific stings in generated output69 * Enabled by default, this will replace specific strings in generated output 70 70 * with generated statistics or information. 71 71 * … … 111 111 * 112 112 * It is highly recommended to enable error and exception logging on production 113 * websites and to disable 113 * websites and to disable 114 114 * 115 115 * - 0: Disable all logging … … 118 118 * - 3: Also log PHP notices 119 119 * - 4: Also log Kohana debugging messages 120 *121 120 */ 122 121 $config['log_threshold'] = 1;
