┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/graviera-pro/wp-content/plugins/fluentform/config
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: middleware.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } return [ 'global' => [ 'before' => [ function ($request, $next) { return $next($request->forget('query_timestamp')); } ], 'after' => [ function ($response, $next) { return $next($response); } ] ], 'route' => [ 'before' => [ 'auth' => function($request, $next) { if (is_user_logged_in()) { return $next($request); } }, 'can' => function($request, $next, ...$roles) { if (array_intersect($roles, ['create', 'update'])) { return $next($request); } }, ], 'after' => [ 'logger' => function($response, $next) { return $next($response); } ], ] ];
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 app.php
PHP
317 B
2026-05-20 08:40
EDIT
📄 index.php
PHP
26 B
2026-05-20 08:40
EDIT
📄 middleware.php
PHP
940 B
2026-05-20 08:40
EDIT