summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-10 00:07:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-10 00:07:03 +0000
commit26fd16f0458716288ee4069e24f2dbb480667294 (patch)
tree6cab75b7d291b720f39d7c4a7658adfecc895d70 /usr/local/www/services_dyndns.php
parent66952258c8f534bf19b2f90f3eaa6be248d876ae (diff)
downloadpfsense-26fd16f0458716288ee4069e24f2dbb480667294.zip
pfsense-26fd16f0458716288ee4069e24f2dbb480667294.tar.gz
Remove HN.ORG, they are going bu-bye on the 16th.
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 469e2de..de4bec0 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -173,9 +173,9 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vncellreq">Service type</td>
<td width="78%" class="vtable">
<select name="type" class="formfld" id="type">
- <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
+ <?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,HN.ORG,easyDNS,No-IP,ODS.org");
+ $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");
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
OpenPOWER on IntegriCloud