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