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

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "includes/kohana"]
path = includes/kohana
url = ssh://deon@l.dlcm.co:222/afs/local/git/lnkohana
[submodule "modules/lnApp"]
path = modules/lnApp
[submodule "modules/lnapp"]
path = modules/lnapp
url = ssh://deon@l.dlcm.co:222/afs/local/git/lnapp

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

@ -1 +0,0 @@
Subproject commit 848da1587213d74ae1fafd24361da4abed82ba60

1
modules/lnapp Submodule

@ -0,0 +1 @@
Subproject commit e6bc2de66ab85d5fd9e6de01c118e07a911f9921