Updated for new Gitlab

This commit is contained in:
Deon George
2015-09-29 16:27:04 +10:00
parent 7cd2251af3
commit 0941331781
6 changed files with 9 additions and 9 deletions

10
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "includes/kohana"]
path = includes/kohana
url = ssh://10.1.3.20/afs/local/git/lnkohana
[submodule "modules/lnApp"]
path = modules/lnApp
url = ssh://10.1.3.20/afs/local/git/lnapp
url = git@dev.leenooks.net:deon/lnkohana.git
[submodule "modules/ldap"]
path = modules/ldap
url = ssh://10.1.3.20/afs/local/git/khldap
url = git@dev.leenooks.net:deon/lnldap.git
[submodule "modules/lnapp"]
path = modules/lnapp
url = git@dev.leenooks.net:deon/lnapp.git

View File

@@ -113,7 +113,7 @@ Kohana::modules(array(
'auth' => SMDPATH.'auth', // Basic authentication
'cache' => SMDPATH.'cache', // Caching with multiple backends
// 'codebench' => SMDPATH.'codebench', // Benchmarking tool
// 'ldap' => MODPATH.'ldap', // LDAP Database Interaction (Depends on DATABASE which must be after this)
'ldap' => MODPATH.'ldap', // LDAP Database Interaction (Depends on DATABASE which must be after this)
'database' => SMDPATH.'database', // Database access
// 'image' => SMDPATH.'image', // Image manipulation
'minion' => SMDPATH.'minion', // CLI Tasks

Submodule modules/lnApp deleted from 9eb699d50e

1
modules/lnapp Submodule

Submodule modules/lnapp added at a889d25eda