From b2be51d65e07b622633921481677b86499f4c087 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 28 Nov 2025 02:48:22 +0100 Subject: [PATCH] kang --- public/landingpage/fakecheck/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/landingpage/fakecheck/index.php b/public/landingpage/fakecheck/index.php index 1c335cf..d264453 100644 --- a/public/landingpage/fakecheck/index.php +++ b/public/landingpage/fakecheck/index.php @@ -23,8 +23,7 @@ $navAnchors = []; $scheme = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' : 'http'; $host = $_SERVER['HTTP_HOST'] ?? app_primary_domain(); $baseUrl = $scheme . '://' . $host; -$lang = $_GET['lang'] ?? 'en'; -$lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en'; +$lang = $GLOBALS['lang'] ?? 'en'; // Basis-URL für Reports $baseUrl = app_primary_url();