forked from phpipam/phpipam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
31 lines (31 loc) · 1.07 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# git pull --recurse-submodules
# git submodule update --init --recursive --remote
[submodule "functions/php-saml"]
path = functions/php-saml
url = https://github.com/onelogin/php-saml.git
ignore = all
branch = 3.4.1
[submodule "functions/PHPMailer"]
path = functions/PHPMailer
url = https://github.com/PHPMailer/PHPMailer.git
ignore = all
[submodule "app/login/captcha"]
path = app/login/captcha
url = https://github.com/dapphp/securimage.git
ignore = all
[submodule "css/assets/bootstrap-select"]
path = css/assets/bootstrap-select
url = https://github.com/silviomoreto/bootstrap-select.git
ignore = all
[submodule "functions/GoogleAuthenticator"]
path = functions/GoogleAuthenticator
url = https://github.com/PHPGangsta/GoogleAuthenticator
[submodule "functions/qrcodejs"]
path = functions/qrcodejs
url = https://github.com/davidshimjs/qrcodejs
[submodule "functions/xmlseclibs"]
path = functions/xmlseclibs
url = https://github.com/robrichards/xmlseclibs.git
[submodule "functions/parsedown"]
path = functions/parsedown
url = https://github.com/erusev/parsedown.git