Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.25.212
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
app.php
9.05
KB
-rw-r--r--
2021-03-18 18:41
auth.php
3.17
KB
-rw-r--r--
2021-02-09 19:47
broadcasting.php
1.67
KB
-rw-r--r--
2021-02-09 19:47
cache.php
2.63
KB
-rw-r--r--
2021-02-09 19:47
database.php
4.29
KB
-rw-r--r--
2021-02-09 19:47
filesystems.php
2.08
KB
-rw-r--r--
2021-02-09 19:47
hashing.php
1.53
KB
-rw-r--r--
2021-02-09 19:47
logging.php
2.5
KB
-rw-r--r--
2021-02-09 19:47
mail.php
4.59
KB
-rw-r--r--
2021-03-12 19:22
queue.php
2.57
KB
-rw-r--r--
2021-02-09 19:47
services.php
1.19
KB
-rw-r--r--
2021-02-09 19:47
session.php
6.79
KB
-rw-r--r--
2021-02-09 19:47
view.php
1.03
KB
-rw-r--r--
2021-02-09 19:47
websockets.php
2.99
KB
-rw-r--r--
2021-02-09 19:47
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", "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_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), ], ], ];