summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-07 19:59:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-07 19:59:37 +0000
commit332a3e5988a212e8deec3406f919a63d181feee0 (patch)
tree69aa090254241682739e0bc44e28679b2e1071b2 /etc/inc/dyndns.class
parent41ab7cf6b268cfd8d90deaa2e8bcff0933b7eeba (diff)
downloadpfsense-332a3e5988a212e8deec3406f919a63d181feee0.zip
pfsense-332a3e5988a212e8deec3406f919a63d181feee0.tar.gz
Remove }
Diffstat (limited to 'etc/inc/dyndns.class')
-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 fe71fc8..7b5626b 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -403,7 +403,7 @@
case 'zoneedit':
if (preg_match('/799/i', $data)) {
$status = "phpDynDNS: (Error 799) Update Failed!";
- } else if (preg_match('/700}/i', $data)) {
+ } else if (preg_match('/700/i', $data)) {
$status = "phpDynDNS: (Error 700) Update Failed!";
} else if (preg_match('/200/i', $data)) {
$status = "phpDynDNS: (Success) IP Address Updated Successfully!";
OpenPOWER on IntegriCloud