From b6fc2879a0dee268fa282134452227f5abd9d90c Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Tue, 18 Aug 2026 09:05:11 +0200 Subject: [PATCH] Remove stale hard-coded connector user agent version --- runtime/lib/piwigo-sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/lib/piwigo-sync.php b/runtime/lib/piwigo-sync.php index 89e367e..7863d01 100644 --- a/runtime/lib/piwigo-sync.php +++ b/runtime/lib/piwigo-sync.php @@ -63,7 +63,7 @@ function http_request($url, array $fields, array $headers = array(), $cookie_fil CURLOPT_CONNECTTIMEOUT => 10, CURLOPT_TIMEOUT => 900, CURLOPT_FOLLOWLOCATION => false, - CURLOPT_USERAGENT => 'Bratonien-NC-Connector/0.9.3.26', + CURLOPT_USERAGENT => 'Bratonien-NC-Connector', ); if ($headers) {