diff --git a/libraries/Util.php b/libraries/Util.php index 8ae1241224..fa85f87752 100644 --- a/libraries/Util.php +++ b/libraries/Util.php @@ -4760,7 +4760,7 @@ class Util ); } } - $curl_status &= curl_setopt($curl_handle, CURLOPT_USERAGENT, 'phpMyAdmin/' . PMA_VERSION); + $curl_status &= curl_setopt($curl_handle, CURLOPT_USERAGENT, 'phpMyAdmin'); if ($method != "GET") { $curl_status &= curl_setopt($curl_handle, CURLOPT_CUSTOMREQUEST, $method);