PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware; class VerifyCsrfToken extends Middleware { /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ 'api/*', '/del_pick_edit/duplicate', ]; }
[+]
..
[-] Authenticate.php
[edit]
[-] CheckForMaintenanceMode.php
[edit]
[-] EncryptCookies.php
[edit]
[-] RedirectIfAuthenticated.php
[edit]
[-] TrimStrings.php
[edit]
[-] TrustHosts.php
[edit]
[-] TrustProxies.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] error_log
[edit]
[-] .htaccess.disabled
[edit]