From 9aaa1d2a19f6dc77aa1f07f76bb654003539fcee Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 29 Nov 2025 00:40:24 +0100 Subject: [PATCH] asff --- public/landingpage/fakecheck/index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/landingpage/fakecheck/index.php b/public/landingpage/fakecheck/index.php index 366ae82..29a954a 100644 --- a/public/landingpage/fakecheck/index.php +++ b/public/landingpage/fakecheck/index.php @@ -18,11 +18,6 @@ $pageTitle = app_primary_domain() . ' – Fake USB Check'; $pageDescription = 'Fake USB-Sticks erkennen: Browser-basierter Schnelltest für Kapazität, Schreib-/Lesegeschwindigkeit und Datenintegrität – ohne Installation.'; // Header-Navigation: auf dieser Seite KEINE Onepager-Anchors anzeigen -$navAnchors = []; - -$scheme = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' : 'http'; -$host = $_SERVER['HTTP_HOST'] ?? app_primary_domain(); -$baseUrl = $scheme . '://' . $host; $lang = $GLOBALS['lang'] ?? 'en'; // Basis-URL für Reports