asff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user