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.59.91.46
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
ringcentral /
psr7 /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2018-01-15 09:00
tests
[ DIR ]
drwxr-xr-x
2018-01-15 09:00
.gitignore
134
B
-rw-r--r--
2018-01-15 09:00
.travis.yml
308
B
-rw-r--r--
2018-01-15 09:00
CHANGELOG.md
805
B
-rw-r--r--
2018-01-15 09:00
Dockerfile
202
B
-rw-r--r--
2018-01-15 09:00
LICENSE
1.08
KB
-rw-r--r--
2018-01-15 09:00
Makefile
383
B
-rw-r--r--
2018-01-15 09:00
README.md
15.17
KB
-rw-r--r--
2018-01-15 09:00
composer.json
823
B
-rw-r--r--
2018-01-15 09:00
phpunit.xml.dist
411
B
-rw-r--r--
2018-01-15 09:00
Save
Rename
all: clean test test: vendor/bin/phpunit $(TEST) coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage $(TEST) view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/* .PHONY: docker-login docker-login: docker run -t -i -v $(shell pwd):/opt/psr7 ringcentral-psr7 /bin/bash .PHONY: docker-build docker-build: docker build -t ringcentral-psr7 .