File Manager Lite
Dir:
/home/u540325668/domains/telegroupstall.com/public_html/app/Http/Middleware
Upload
[..]
Authenticate.php (409 B)
Edit
Rename
Del
CheckForMaintenanceMode.php (335 B)
Edit
Rename
Del
EncryptCookies.php (294 B)
Edit
Rename
Del
RedirectIfAuthenticated.php (528 B)
Edit
Rename
Del
TrimStrings.php (340 B)
Edit
Rename
Del
TrustProxies.php (429 B)
Edit
Rename
Del
VerifyCsrfToken.php (463 B)
Edit
Rename
Del
Edit: CheckForMaintenanceMode.php
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode as Middleware; class CheckForMaintenanceMode extends Middleware { /** * The URIs that should be reachable while maintenance mode is enabled. * * @var array */ protected $except = [ // ]; }
Simpan