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 : 3.15.229.189
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 /
werneckbh /
qr-code /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxr-xr-x
2018-02-04 20:29
public
[ DIR ]
drwxr-xr-x
2018-02-04 20:29
src
[ DIR ]
drwxr-xr-x
2018-02-04 20:29
tests
[ DIR ]
drwxr-xr-x
2018-02-04 20:29
.gitignore
52
B
-rw-r--r--
2018-02-04 20:29
.travis.yml
752
B
-rw-r--r--
2018-02-04 20:29
CODE_OF_CONDUCT.md
3.15
KB
-rw-r--r--
2018-02-04 20:29
CONTRIBUTING.md
359
B
-rw-r--r--
2018-02-04 20:29
Gemfile
130
B
-rw-r--r--
2018-02-04 20:29
LICENSE.md
1.05
KB
-rw-r--r--
2018-02-04 20:29
README.md
3.09
KB
-rw-r--r--
2018-02-04 20:29
clover.xml
117.19
KB
-rw-r--r--
2018-02-04 20:29
composer.json
608
B
-rw-r--r--
2018-02-04 20:29
phpunit.xml
929
B
-rw-r--r--
2018-02-04 20:29
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>