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

Noch einen Bug behoben

parent 8be80b06
No related branches found
No related tags found
2 merge requests!619Development,!608Noch einen Bug behoben
...@@ -164,7 +164,8 @@ class StartpageController extends Controller ...@@ -164,7 +164,8 @@ class StartpageController extends Controller
public function berlin(Request $request) public function berlin(Request $request)
{ {
$link = ""; $link = "";
$password = "";
if ($request->has('eingabe')) { if ($request->has('eingabe')) {
$password = getenv('berlin'); $password = getenv('berlin');
$password = md5($request->input('eingabe') . " -host:userpage.fu-berlin.de" . $password); $password = md5($request->input('eingabe') . " -host:userpage.fu-berlin.de" . $password);
......
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