Bug #16112 » 16112-v2.patch
| 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': |
- « Previous
- 1
- 2
- Next »