Inclusion of lnauth module
This commit is contained in:
@@ -131,6 +131,7 @@ Kohana::$config->attach(new Config_File);
|
||||
*/
|
||||
Kohana::modules(array(
|
||||
'oauth' => MODPATH.'oauth', // OAuth Module for External Authentication
|
||||
'lnauth' => MODPATH.'lnauth', // lnAuth Base Authentication Tools
|
||||
'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools
|
||||
'auth' => SMDPATH.'auth', // Basic authentication
|
||||
'cache' => SMDPATH.'cache', // Caching with multiple backends
|
||||
|
Reference in New Issue
Block a user