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
661e13e4
Commit
661e13e4
authored
May 09, 2017
by
Karl Hasselbring
Browse files
Maps sind jetzt standardmäßig ausgeschaltet
parent
62b5e207
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/StartpageController.php
View file @
661e13e4
...
...
@@ -45,14 +45,13 @@ class StartpageController extends Controller
->
with
(
'theme'
,
$theme
)
->
with
(
'autocomplete'
,
$request
->
input
(
'param_autocomplete'
,
'on'
))
->
with
(
'foki'
,
$this
->
loadFoki
())
->
with
(
'focus'
,
$request
->
input
(
'focus'
,
'web'
))
->
with
(
'lang'
,
$request
->
input
(
'param_lang'
,
'all'
))
->
with
(
'resultCount'
,
$request
->
input
(
'param_resultCount'
,
'20'
))
->
with
(
'time'
,
$request
->
input
(
'param_time'
,
'1
0
00'
))
->
with
(
'sprueche'
,
$request
->
input
(
'param_sprueche'
,
'o
ff
'
))
->
with
(
'time'
,
$request
->
input
(
'param_time'
,
'1
5
00'
))
->
with
(
'sprueche'
,
$request
->
input
(
'param_sprueche'
,
'o
n
'
))
->
with
(
'newtab'
,
$request
->
input
(
'param_newtab'
,
'on'
))
->
with
(
'maps'
,
$maps
=
$request
->
input
(
'param_maps'
,
'o
n
'
));
->
with
(
'maps'
,
$maps
=
$request
->
input
(
'param_maps'
,
'o
ff
'
));
}
public
function
loadPage
(
$subpage
)
...
...
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