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
2b5b66d2
Commit
2b5b66d2
authored
Dec 05, 2016
by
Dominik Hebeler
Browse files
Merge branch '387-beispielseite-fur-die-uni-berlin-erstellen' into 'development'
Noch einen Bug behoben Closes
#387
See merge request
!608
parents
619363ac
8815ab88
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/StartpageController.php
View file @
2b5b66d2
...
...
@@ -164,7 +164,8 @@ class StartpageController extends Controller
public
function
berlin
(
Request
$request
)
{
$link
=
""
;
$link
=
""
;
$password
=
""
;
if
(
$request
->
has
(
'eingabe'
))
{
$password
=
getenv
(
'berlin'
);
$password
=
md5
(
$request
->
input
(
'eingabe'
)
.
" -host:userpage.fu-berlin.de"
.
$password
);
...
...
Write
Preview
Markdown
is supported
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