Enabled Fastbook/OAuth login

This commit is contained in:
Deon George
2013-05-23 17:00:14 +10:00
parent c52e9b33d2
commit 7dd64e68bf
15 changed files with 2071 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ Kohana::$config->attach(new Config_File);
*/
Kohana::modules(array(
'lnapp' => MODPATH.'lnApp',
'oauth' => MODPATH.'oauth', // OAuth Module for External Authentication
'auth' => SMDPATH.'auth', // Basic authentication
'cache' => SMDPATH.'cache', // Caching with multiple backends
'cron' => SMDPATH.'cron', // Kohana Cron Module