Bug #16112 » 16112-v2.patch
| src/etc/inc/dyndns.class | ||
|---|---|---|
|
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser . ':' . $this->_dnsPass);
|
||
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
|
||
|
curl_setopt($ch, CURLOPT_URL, $server);
|
||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
|
||
|
break;
|
||
|
case 'name.com':
|
||
|
case 'name.com-v6':
|
||
- « Previous
- 1
- 2
- Next »