Remove stale hard-coded connector user agent version

This commit is contained in:
Terranom674
2026-08-18 09:05:11 +02:00
parent 9fa75f844a
commit b6fc2879a0

View File

@@ -63,7 +63,7 @@ function http_request($url, array $fields, array $headers = array(), $cookie_fil
CURLOPT_CONNECTTIMEOUT => 10, CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_TIMEOUT => 900, CURLOPT_TIMEOUT => 900,
CURLOPT_FOLLOWLOCATION => false, CURLOPT_FOLLOWLOCATION => false,
CURLOPT_USERAGENT => 'Bratonien-NC-Connector/0.9.3.26', CURLOPT_USERAGENT => 'Bratonien-NC-Connector',
); );
if ($headers) if ($headers)
{ {