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 /
swiftmailer /
swiftmailer /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
doc
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
lib
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
tests
[ DIR ]
drwxr-xr-x
2018-09-11 09:00
.gitattributes
161
B
-rw-r--r--
2018-09-11 09:00
.gitignore
120
B
-rw-r--r--
2018-09-11 09:00
.php_cs.dist
516
B
-rw-r--r--
2018-09-11 09:00
.travis.yml
567
B
-rw-r--r--
2018-09-11 09:00
CHANGES
10.45
KB
-rw-r--r--
2018-09-11 09:00
LICENSE
1.04
KB
-rw-r--r--
2018-09-11 09:00
README
555
B
-rw-r--r--
2018-09-11 09:00
composer.json
1.05
KB
-rw-r--r--
2018-09-11 09:00
phpunit.xml.dist
1.22
KB
-rw-r--r--
2018-09-11 09:00
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <php> <ini name="intl.default_locale" value="en"/> <ini name="intl.error_level" value="0"/> <ini name="memory_limit" value="-1"/> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="SwiftMailer unit tests"> <directory>tests/unit</directory> </testsuite> <testsuite name="SwiftMailer acceptance tests"> <directory>tests/acceptance</directory> </testsuite> <testsuite name="SwiftMailer bug"> <directory>tests/bug</directory> </testsuite> <testsuite name="SwiftMailer smoke tests"> <directory>tests/smoke</directory> </testsuite> </testsuites> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> </phpunit>