File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- [submodule "vendor/ hakasapl/phpopenldaper "]
2- path = vendor/hakasapl /phpopenldaper
3- url = git@ github.com: hakasapl/phpopenldaper.git
1+ [submodule "hakasapl/phpopenldaper "]
2+ path = resources/lib /phpopenldaper
3+ url = https:// github.com/ hakasapl/phpopenldaper.git
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ Unity Web Portal is a PHP application built in top of MariaDB and LDAP which act
2929 6 . ` php-pdo `
30302 . Composer packages
3131 1 . ` cd ` to this repository
32- 2 . Install packages ` composer update `
32+ 1 . Setup git submodules ` git submodule update --init --checkout `
33+ 1 . Install packages ` composer update `
33343 . Setup config file ` config/config.ini ` according to your site deployment
34354 . Setup branding file ` config/branding/config.ini ` according to your site deployment
35365 . Point your web server's document root to ` webroot ` in this repo
Original file line number Diff line number Diff line change 1010require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
1111require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
1212
13+ // submodule
14+ require_once __DIR__ . "/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
15+ require_once __DIR__ . "/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
16+
1317// load libs
1418require_once __DIR__ . "/lib/UnityLDAP.php " ;
1519require_once __DIR__ . "/lib/UnityUser.php " ;
Original file line number Diff line number Diff line change 55require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
66require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
77
8+ // submodule
9+ require_once __DIR__ . "/../resources/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
10+ require_once __DIR__ . "/../resources/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
11+
812require_once __DIR__ . "/../resources/lib/UnityLDAP.php " ;
913require_once __DIR__ . "/../resources/lib/UnityUser.php " ;
1014require_once __DIR__ . "/../resources/lib/UnityGroup.php " ;
You can’t perform that action at this time.
0 commit comments