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 : 13.58.245.201
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
dist: trusty language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot # - nightly # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - | if [[ "$TRAVIS_PHP_VERSION" == '7.2' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi