Rename lnApp to lnapp
This commit is contained in:
parent
fd8e56dd98
commit
dfe10e490d
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
@ -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
1
modules/lnapp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e6bc2de66ab85d5fd9e6de01c118e07a911f9921
|
Loading…
Reference in New Issue
Block a user