File manager - Edit - /home/linknsbh/restawy.online/app/Http/Middleware/Demo.php
Back
<?php namespace App\Http\Middleware; use Closure; class Demo { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { if (env('DEMO_MODE') == 'active') { if ($request->isMethod('POST') || $request->isMethod('PUT')) { session()->flash('warning', 'This is Demo version. You can not change anything.'); return redirect()->back(); } } return $next($request); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.58 |
proxy
|
phpinfo
|
Settings