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:
@@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user