diff --git a/app/Http/Controllers/StartpageController.php b/app/Http/Controllers/StartpageController.php index 8a2ad9b81236cd00798aa882d44e005850c0ec0c..610c24bf40dd1b069f29895b3635b5d97a322228 100644 --- a/app/Http/Controllers/StartpageController.php +++ b/app/Http/Controllers/StartpageController.php @@ -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);