Update test_www.php
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user