summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-09 22:09:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-09 22:09:06 +0000
commit2593d87e15ba903c97045b38b58b9d5a2a5526a0 (patch)
tree3f4282d1f1bf12b2b96f455075fff8a46cfd13ec /usr/local/www/services_dyndns.php
parent35eef977565cc91dcbeea94c2ed4bd7b55aefd0d (diff)
downloadpfsense-2593d87e15ba903c97045b38b58b9d5a2a5526a0.zip
pfsense-2593d87e15ba903c97045b38b58b9d5a2a5526a0.tar.gz
Remove HN, its upsetting the apple cart and throws off the array and assigns the service to the wrong item
Ticket #860
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index de4bec0..808ab85 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -176,7 +176,7 @@ function enable_change(enable_change) {
<?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
#$vals = explode(" ", "dyndns dhs ods dyns hn gnudip dyndns-static dyndns-custom easydns ezip tzo");
$types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org");
- $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns hn easydns noip ods");
+ $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods");
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($types[$j]);?>
OpenPOWER on IntegriCloud