From 15a8082c92516833a712044f490f49de3cc9f96c Mon Sep 17 00:00:00 2001 From: gru Date: Fri, 26 Sep 2025 17:09:08 +0200 Subject: [PATCH] Update test_www.php --- test_www.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_www.php b/test_www.php index 97ba112..2e975ce 100644 --- a/test_www.php +++ b/test_www.php @@ -26,10 +26,6 @@ if (isset($_GET['url']) && filter_var($_GET['url'], FILTER_VALIDATE_URL)) { } } - if (isset($_GET['userAgent'])) { - $userAgent = $_GET['userAgent']; - } - if (isset($_GET['customUserAgent']) && trim($_GET['customUserAgent']) !== '') { $customUserAgent = trim($_GET['customUserAgent']); $userAgent = $customUserAgent;