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
74ce23dd
Commit
74ce23dd
authored
Aug 12, 2016
by
Dominik Hebeler
Browse files
Umleitung für /impressum.html eingefügt
parent
4181ec72
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
74ce23dd
...
@@ -31,6 +31,10 @@
...
@@ -31,6 +31,10 @@
->
with
(
'css'
,
'impressum.css'
)
->
with
(
'css'
,
'impressum.css'
)
->
with
(
'navbarFocus'
,
'kontakt'
);
->
with
(
'navbarFocus'
,
'kontakt'
);
});
});
Route
::
get
(
'impressum.html'
,
function
()
{
return
redirect
(
url
(
'impressum'
));
});
Route
::
get
(
'about'
,
function
()
Route
::
get
(
'about'
,
function
()
{
{
...
...
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