芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.sksb.smartcon-survey.com/app/Http/Middleware/IsAdminMiddleware.php
check() || ! auth()->user()->is_admin) { return redirect(route('dashboard.index')); } return $next($request); } }