Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.233
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
vendor /
pragmarx /
google2fa /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
src
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
tests
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
.scrutinizer.yml
946
B
-rw-r--r--
2021-02-05 18:32
.travis.yml
698
B
-rw-r--r--
2021-02-05 18:32
CHANGELOG.md
2.31
KB
-rw-r--r--
2021-02-05 18:32
LICENSE.md
1.07
KB
-rw-r--r--
2021-02-05 18:32
README.md
12.15
KB
-rw-r--r--
2021-02-05 18:32
RELICENSED.md
1.14
KB
-rw-r--r--
2021-02-05 18:32
composer.json
1.04
KB
-rw-r--r--
2021-02-05 18:32
composer.lock
60.26
KB
-rw-r--r--
2021-02-05 18:32
phpunit.xml
1.13
KB
-rw-r--r--
2021-02-05 18:32
upgrading.md
13
B
-rw-r--r--
2021-02-05 18:32
Save
Rename
# Package Relicensed As per [Issue #100](https://github.com/antonioribeiro/google2fa/issues/100) the relicensing of this package from GPLv3 to MIT was approved by the original developer of the Google2FA class (Phil) and the majority of the contributors, by contributions, of this package. # Original License ``` php /** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * PHP Google two-factor authentication module. * * See https://www.idontplaydarts.com/2011/07/google-totp-two-factor-authentication-for-php/ * for more details * * @author Phil **/ ```