From 2ed76d5ac89ec7869dcb64c050360fb2f99e9326 Mon Sep 17 00:00:00 2001
From: admin
Open your application/config/config.php file and add this new item:
+Open your application/config/config.php file and add these new items:
+ +/* +|-------------------------------------------------------------------------- +| Enable/Disable System Hooks +|-------------------------------------------------------------------------- +| +| If you would like to use the "hooks" feature you must enable it by +| setting this variable to TRUE (boolean). See the user guide for details. +| +*/ +$config['enable_hooks'] = FALSE; + + /* |-------------------------------------------------------------------------- | Allowed URL Characters -- cgit v1.2.3-24-g4f1b