Changeset 3232 for trunk/application
- Timestamp:
- 07/29/2008 07:44:56 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r3161 r3232 55 55 56 56 /** 57 * Enable or disable hooks. Setting this option to TRUE will enable 58 * all hooks. By using an array of hook filenames, you can control 59 * which hooks are enabled. Setting this option to FALSE disables hooks. 60 */ 61 $config['enable_hooks'] = FALSE; 62 63 /** 57 64 * Log thresholds: 58 65 * 0 - Disable logging … … 101 108 // MODPATH.'media', // Media caching and compression 102 109 // MODPATH.'gmaps', // Google Maps integration 110 // MODPATH.'archive', // Archive utility 103 111 // MODPATH.'payment', // Online payments 104 112 // MODPATH.'unit_test', // Unit testing
