Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d81e0f6a
Commit
d81e0f6a
authored
Aug 11, 2017
by
Dominik Hebeler
Browse files
Bugfix
parent
907551a5
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/MetaGerSearch.php
View file @
d81e0f6a
...
...
@@ -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'));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment