forked from phpipam/phpipam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.12 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
32
33
34
35
# 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
ignore = all
[submodule "functions/qrcodejs"]
path = functions/qrcodejs
url = https://github.com/davidshimjs/qrcodejs
ignore = all
[submodule "functions/xmlseclibs"]
path = functions/xmlseclibs
url = https://github.com/robrichards/xmlseclibs.git
ignore = all
[submodule "functions/parsedown"]
path = functions/parsedown
url = https://github.com/erusev/parsedown.git
ignore = all