summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2011-02-24 00:05:17 +0700
committergnhb <gnoahb@gmail.com>2011-02-24 00:05:17 +0700
commitd9cc4b24d09c04dc2a1974ab8da8e564f7462e36 (patch)
tree27bbad66a4552cd2e9d2852c0ea1be3e95926ff3 /etc
parent1f9d17ef8d0577f8e56d6426975823d9bc68ead2 (diff)
downloadpfsense-d9cc4b24d09c04dc2a1974ab8da8e564f7462e36.zip
pfsense-d9cc4b24d09c04dc2a1974ab8da8e564f7462e36.tar.gz
Try again, a little cleaner: Prevent GUI from giving error for freeDNS service since username and password
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index c46d1fb..dcde894 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -350,7 +350,7 @@
break;
case 'freedns':
$needIP = FALSE;
- curl_setopt($ch, CURLOPT_URL, 'http://freedns.afraid.org/dynamic/update.php?' . $this->_dnsHost);
+ curl_setopt($ch, CURLOPT_URL, 'http://freedns.afraid.org/dynamic/update.php?' . $this->_dnsPass);
$data = curl_exec($ch);
if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
OpenPOWER on IntegriCloud