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.221.40.13
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
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" > <testsuites> <testsuite name="Package Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> <!-- Code Coverage --> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <!-- this is the path of the files included in your clover report --> <directory suffix=".php">./src</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="./clover.xml"/> </logging> </phpunit>