From 053fe7ce89698e317d33de0c0a3dfb630d3112d5 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 23:32:16 +0100 Subject: [PATCH] sd --- public/fakecheck/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/fakecheck/index.php b/public/fakecheck/index.php index 1562e06..7bfd844 100644 --- a/public/fakecheck/index.php +++ b/public/fakecheck/index.php @@ -20,7 +20,6 @@ $scheme = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' $host = $_SERVER['HTTP_HOST'] ?? 'usbcheck.it'; $baseUrl = $scheme . '://' . $host; -