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();