Project

General

Profile

Bug #16112 » 16112-v2.patch

Christopher Cope, 07/10/2026 02:10 PM

View differences:

src/etc/inc/dyndns.class
939 939
					curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser . ':' . $this->_dnsPass);
940 940
					curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
941 941
					curl_setopt($ch, CURLOPT_URL, $server);
942
					curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
942 943
					break;
943 944
				case 'name.com':
944 945
				case 'name.com-v6':
(2-2/2)