Changeset 3232 for trunk/application

Show
Ignore:
Timestamp:
07/29/2008 07:44:56 AM (4 months ago)
Author:
Geert
Message:

hooks config file removed, enable_hooks moved to core configuration

Files:
1 modified

Legend:

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

    r3161 r3232  
    5555 
    5656/** 
     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/** 
    5764 * Log thresholds: 
    5865 *  0 - Disable logging 
     
    101108        // MODPATH.'media',     // Media caching and compression 
    102109        // MODPATH.'gmaps',     // Google Maps integration 
     110        // MODPATH.'archive',   // Archive utility 
    103111        // MODPATH.'payment',   // Online payments 
    104112        // MODPATH.'unit_test', // Unit testing