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.16.212.224
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.02
KB
-rw-r--r--
2020-11-17 16:24
auth.php
3.71
KB
-rw-r--r--
2020-11-17 16:24
broadcasting.php
1.56
KB
-rw-r--r--
2020-11-17 16:24
cache.php
3.03
KB
-rw-r--r--
2020-11-17 16:24
cors.php
823
B
-rw-r--r--
2020-11-17 16:24
database.php
4.94
KB
-rw-r--r--
2020-11-17 16:24
filesystems.php
2.63
KB
-rw-r--r--
2020-11-17 16:24
flare.php
1.38
KB
-rw-r--r--
2021-02-02 18:22
fractal.php
1.3
KB
-rw-r--r--
2021-02-02 18:22
hashing.php
1.53
KB
-rw-r--r--
2020-11-17 16:24
ignition.php
4.35
KB
-rw-r--r--
2021-02-02 18:22
logging.php
2.83
KB
-rw-r--r--
2020-11-17 16:24
mail.php
3.29
KB
-rw-r--r--
2020-11-17 16:24
musonza_chat.php
1.37
KB
-rw-r--r--
2021-02-02 18:22
queue.php
2.7
KB
-rw-r--r--
2020-11-17 16:24
services.php
950
B
-rw-r--r--
2020-11-17 16:24
session.php
6.88
KB
-rw-r--r--
2020-11-17 16:24
tinker.php
1.47
KB
-rw-r--r--
2021-02-02 18:22
trustedproxy.php
1.67
KB
-rw-r--r--
2021-02-02 18:22
view.php
1.03
KB
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Default Mailer |-------------------------------------------------------------------------- | | This option controls the default mailer that is used to send any email | messages sent by your application. Alternative mailers may be setup | and used as needed; however, this mailer will be used by default. | */ 'default' => env('MAIL_MAILER', 'smtp'), /* |-------------------------------------------------------------------------- | Mailer Configurations |-------------------------------------------------------------------------- | | Here you may configure all of the mailers used by your application plus | their respective settings. Several examples have been configured for | you and you are free to add your own as your application requires. | | Laravel supports a variety of mail "transport" drivers to be used while | sending an e-mail. You will specify which one you are using for your | mailers below. You are free to add additional mailers as required. | | Supported: "smtp", "sendmail", "mailgun", "ses", | "postmark", "log", "array" | */ 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), 'port' => env('MAIL_PORT', 587), 'encryption' => env('MAIL_ENCRYPTION', 'tls'), 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null, 'auth_mode' => null, ], 'ses' => [ 'transport' => 'ses', ], 'mailgun' => [ 'transport' => 'mailgun', ], 'postmark' => [ 'transport' => 'postmark', ], 'sendmail' => [ 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs', ], 'log' => [ 'transport' => 'log', 'channel' => env('MAIL_LOG_CHANNEL'), ], 'array' => [ 'transport' => 'array', ], ], /* |-------------------------------------------------------------------------- | Global "From" Address |-------------------------------------------------------------------------- | | You may wish for all e-mails sent by your application to be sent from | the same address. Here, you may specify a name and address that is | used globally for all e-mails that are sent by your application. | */ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), 'name' => env('MAIL_FROM_NAME', 'Example'), ], /* |-------------------------------------------------------------------------- | Markdown Mail Settings |-------------------------------------------------------------------------- | | If you are using Markdown based email rendering, you may configure your | theme and component paths here, allowing you to customize the design | of the emails. Or, you may simply stick with the Laravel defaults! | */ 'markdown' => [ 'theme' => 'default', 'paths' => [ resource_path('views/vendor/mail'), ], ], ];