From 2c7cd9e7802bca3259731d64769ef22d68d9c31f Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Wed, 19 Aug 2026 00:13:11 +0200 Subject: [PATCH] Align WebDAV image stream version with 0.9.6.1 --- webdav-image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdav-image.php b/webdav-image.php index 141faac..dad21cc 100644 --- a/webdav-image.php +++ b/webdav-image.php @@ -120,7 +120,7 @@ $options = array( CURLOPT_USERPWD => $user.':'.$password, CURLOPT_RETURNTRANSFER => false, CURLOPT_FAILONERROR => false, - CURLOPT_USERAGENT => 'Bratonien-Tools-WebDAV-Image/0.9.6.0', + CURLOPT_USERAGENT => 'Bratonien-Tools-WebDAV-Image/0.9.6.1', CURLOPT_HEADERFUNCTION => function($ch, $line) { $length = strlen($line);