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 : 18.188.103.42
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
vendor /
react /
promise /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2018-06-13 15:59
tests
[ DIR ]
drwxr-xr-x
2018-06-13 15:59
.gitignore
55
B
-rw-r--r--
2018-06-13 15:59
.travis.yml
635
B
-rw-r--r--
2018-06-13 15:59
CHANGELOG.md
5.13
KB
-rw-r--r--
2018-06-13 15:59
LICENSE
1.04
KB
-rw-r--r--
2018-06-13 15:59
README.md
26.88
KB
-rw-r--r--
2018-06-13 15:59
composer.json
647
B
-rw-r--r--
2018-06-13 15:59
phpunit.xml.dist
770
B
-rw-r--r--
2018-06-13 15:59
Save
Rename
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly # ignore errors, see below - hhvm # ignore errors, see below # lock distro so new future defaults will not break the build dist: trusty matrix: allow_failures: - php: hhvm - php: nightly install: - composer install script: - ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml after_script: - if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi - if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi