Enable hooks and implement global login checking

Controllers that have to be publicly available can be
introduced in application/hooks/global.php
This commit is contained in:
Karsten Heiken
2011-08-01 10:40:37 +02:00
parent e0bbb76e0a
commit 17a986d9d0
3 changed files with 48 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ $config['charset'] = 'UTF-8';
| setting this variable to TRUE (boolean). See the user guide for details.
|
*/
$config['enable_hooks'] = false;
$config['enable_hooks'] = true;
/*