Skip to content
Snippets Groups Projects
Commit d81e0f6a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix

parent 907551a5
No related branches found
No related tags found
1 merge request!1008Development
......@@ -20,9 +20,6 @@ class MetaGerSearch extends Controller
if ($focus !== "angepasst" && $this->startsWith($focus, "focus_")) {
$metager->parseFormData($request);
if ($metager->doBotProtection($request->input('bot', ""))) {
return redirect(LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), url("/noaccess", ['redirect' => base64_encode(url()->full())])));
}
return $metager->createView();
}
#die($request->header('User-Agent'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment