Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.189.13.48
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
nexus-groups.online /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.43
KB
-rw-r--r--
2021-09-17 20:42
auth.php
3.71
KB
-rw-r--r--
2021-05-03 14:33
broadcasting.php
1.56
KB
-rw-r--r--
2020-06-30 11:49
cache.php
3.03
KB
-rw-r--r--
2020-06-30 11:49
cors.php
823
B
-rw-r--r--
2020-06-30 11:49
database.php
5.31
KB
-rw-r--r--
2021-08-11 12:44
debugbar.php
7.86
KB
-rw-r--r--
2021-09-01 14:41
filesystems.php
2.63
KB
-rw-r--r--
2020-06-30 11:49
hashing.php
1.53
KB
-rw-r--r--
2020-06-30 11:49
logging.php
2.83
KB
-rw-r--r--
2020-06-30 11:49
mail.php
3.29
KB
-rw-r--r--
2020-06-30 11:49
queue.php
2.7
KB
-rw-r--r--
2020-06-30 11:49
recaptchav3.php
192
B
-rw-r--r--
2021-09-17 20:44
services.php
950
B
-rw-r--r--
2020-06-30 11:49
session.php
6.88
KB
-rw-r--r--
2020-06-30 11:49
view.php
1.03
KB
-rw-r--r--
2020-06-30 11:49
Save
Rename
<?php return [ /* |-------------------------------------------------------------------------- | Default Broadcaster |-------------------------------------------------------------------------- | | This option controls the default broadcaster that will be used by the | framework when an event needs to be broadcast. You may set this to | any of the connections defined in the "connections" array below. | | Supported: "pusher", "redis", "log", "null" | */ 'default' => env('BROADCAST_DRIVER', 'null'), /* |-------------------------------------------------------------------------- | Broadcast Connections |-------------------------------------------------------------------------- | | Here you may define all of the broadcast connections that will be used | to broadcast events to other systems or over websockets. Samples of | each available type of connection are provided inside this array. | */ 'connections' => [ 'pusher' => [ 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'useTLS' => true, ], ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', ], 'log' => [ 'driver' => 'log', ], 'null' => [ 'driver' => 'null', ], ], ];