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.54.37
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
vendor /
phpmyadmin /
motranslator /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
src
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
CHANGES.md
1.53
KB
-rw-r--r--
2021-02-05 18:31
CONTRIBUTING.md
883
B
-rw-r--r--
2021-02-05 18:31
LICENSE
17.62
KB
-rw-r--r--
2021-02-05 18:31
PERFORMANCE.md
930
B
-rw-r--r--
2021-02-05 18:31
README.md
4.44
KB
-rw-r--r--
2021-02-05 18:31
codecov.yml
54
B
-rw-r--r--
2021-02-05 18:31
composer.json
1.08
KB
-rw-r--r--
2021-02-05 18:31
phpunit.xml
1.03
KB
-rw-r--r--
2021-02-05 18:31
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <logging> <log type="coverage-clover" target="coverage.xml" /> </logging> <testsuites> <testsuite name="Main"> <directory suffix=".php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src/</directory> </whitelist> </filter> <php> <ini name="display_errors" value="On" /> <ini name="display_startup_errors" value="On" /> <ini name="error_reporting" value="E_ALL" /> </php> </phpunit>