芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/app/Http/Middleware/isAdmin.php
check() && auth()->user()->role == 1) { return $next($request); } else { // if not admin show 403 page abort(403, 'You don\'t have permission to access this page'); } } }