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 Filesystem Disk |-------------------------------------------------------------------------- | | Here you may specify the default filesystem disk that should be used | by the framework. The "local" disk, as well as a variety of cloud | based disks are available to your application. Just store away! | */ 'default' => env('FILESYSTEM_DRIVER', 'local'), /* |-------------------------------------------------------------------------- | Default Cloud Filesystem Disk |-------------------------------------------------------------------------- | | Many applications store files both locally and in the cloud. For this | reason, you may specify a default "cloud" driver here. This driver | will be bound as the Cloud disk implementation in the container. | */ 'cloud' => env('FILESYSTEM_CLOUD', 's3'), /* |-------------------------------------------------------------------------- | Filesystem Disks |-------------------------------------------------------------------------- | | Here you may configure as many filesystem "disks" as you wish, and you | may even configure multiple disks of the same driver. Defaults have | been setup for each driver as an example of the required options. | | Supported Drivers: "local", "ftp", "s3", "rackspace" | */ 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), ], 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', ], 's3' => [ 'driver' => 's3', 'key' => env('AWS_KEY'), 'secret' => env('AWS_SECRET'), 'region' => env('AWS_REGION'), 'bucket' => env('AWS_BUCKET'), ], ], ];