Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
pilasa-core /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.51
KB
-rw-r--r--
2024-07-17 14:17
auth.php
3.62
KB
-rw-r--r--
2017-07-26 00:24
broadcasting.php
1.49
KB
-rw-r--r--
2017-07-11 04:08
cache.php
2.54
KB
-rw-r--r--
2017-07-11 04:08
database.php
3.86
KB
-rw-r--r--
2017-07-11 04:08
filesystems.php
2.01
KB
-rw-r--r--
2017-07-11 04:08
mail.php
4.31
KB
-rw-r--r--
2018-03-08 01:44
purifier.php
4.25
KB
-rw-r--r--
2017-08-28 17:29
queue.php
2.42
KB
-rw-r--r--
2017-07-11 04:08
services.php
980
B
-rw-r--r--
2017-07-11 04:08
session.php
6.12
KB
-rw-r--r--
2017-07-11 04:08
view.php
1004
B
-rw-r--r--
2017-07-11 04:08
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' => [ // ], ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', ], 'log' => [ 'driver' => 'log', ], 'null' => [ 'driver' => 'null', ], ], ];