Sync from PTA, split out lnApp

This commit is contained in:
Deon George
2013-01-10 11:53:13 +11:00
parent 19411b6352
commit 815508d40e
44 changed files with 89 additions and 139 deletions

View File

@@ -109,6 +109,7 @@ Kohana::$config->attach(new Config_File);
* Enable modules. Modules are referenced by a relative or absolute path.
*/
Kohana::modules(array(
'lnapp' => MODPATH.'lnApp',
'auth' => SMDPATH.'auth', // Basic authentication
'cache' => SMDPATH.'cache', // Caching with multiple backends
'cron' => SMDPATH.'cron', // Kohana Cron Module