From 0ab25c64a8cdd5f95a51bd87f6101dc3c51b7fb8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Jul 2008 23:11:31 +0000 Subject: Correct properties Submited-by: Ermal --- etc/inc/dyndns.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/dyndns.class') diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index eca7b15..19e5be8 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -246,7 +246,7 @@ $server = $this->_dnsServer; if($this->_dnsPort) $port = ":" . $this->_dnsPort; - curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&hostname=' . $this->_dnsHost.'&ip=' . $this->_dnsIP); + curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&pass=' . $this->_dnsPass . '&hostname=' . $this->_dnsHost.'&ip=' . $this->_dnsIP); $data = curl_exec($ch); if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch)); curl_close($ch); -- cgit v1.1