Some updates after changing to KH335 and updating submodules
This commit is contained in:
@@ -130,8 +130,8 @@ Kohana::$config->attach(new Config_File);
|
||||
* Enable modules. Modules are referenced by a relative or absolute path.
|
||||
*/
|
||||
Kohana::modules(array(
|
||||
'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools
|
||||
'oauth' => MODPATH.'oauth', // OAuth Module for External Authentication
|
||||
'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools
|
||||
'auth' => SMDPATH.'auth', // Basic authentication
|
||||
'cache' => SMDPATH.'cache', // Caching with multiple backends
|
||||
'cron' => SMDPATH.'cron', // Kohana Cron Module
|
||||
|
Reference in New Issue
Block a user