Skip to content
Snippets Groups Projects
Commit 8a4766ef authored by Dominik Hebeler's avatar 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 8930dd43 8a726ad8
No related branches found
No related tags found
2 merge requests!619Development,!608Noch einen Bug behoben
......@@ -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);
......
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