Rename lnApp to lnapp

This commit is contained in:
Deon George
2014-08-23 22:51:16 +10:00
parent fd8e56dd98
commit dfe10e490d
4 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ 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
'lnapp' => MODPATH.'lnapp', // lnApp Base Application Tools
// 'oauth' => MODPATH.'oauth', // OAuth Module for External Authentication
// 'auth' => SMDPATH.'auth', // Basic authentication
// 'cache' => SMDPATH.'cache', // Caching with multiple backends