summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndrew Senetar <arsenetar@gmail.com>2013-05-30 16:21:05 -0300
committerAndrew Senetar <arsenetar@gmail.com>2013-05-30 16:21:05 -0300
commit6bc58a974cb6f9f465cdab6a43298b10e19ed81a (patch)
tree661aeb06a1dadf2124314db001654f8a1ad7e373 /etc
parent3793649f8473c525d0edeaef5d5f2bb72c748e28 (diff)
downloadpfsense-6bc58a974cb6f9f465cdab6a43298b10e19ed81a.zip
pfsense-6bc58a974cb6f9f465cdab6a43298b10e19ed81a.tar.gz
Update dyndns.class
Remove unneeded test variable.
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 062eea9..9c49699 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -1029,7 +1029,7 @@
$status = "DynDNS: No changes made to the hostname (".strtok($resp,' ')."). Continual updates with no changes lead to blocked clients.";
$successful_update = true; //success if it is the same so that it saves
} else if (preg_match('/OK/i', $resp)) {
- $status = "DynDNS: (Success) (".strtok($resp,' ').") IP Address for Changed Successfully! ($IP)";
+ $status = "DynDNS: (Success) (".strtok($resp,' ').") IP Address for Changed Successfully!";
$successful_update = true;
} else {
$status = "DynDNS: (Unknown Response)";
OpenPOWER on IntegriCloud