summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-21 23:48:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-21 23:48:01 +0000
commit99295d7b9a856006046eeddd5605b1b37663e513 (patch)
treefe44efc70736f36321cd8f78328e0fe2724b69ec /usr/local/www/services_dyndns.php
parent633d6e3fa2ea546e1ae79de0abbab08929448fec (diff)
downloadpfsense-99295d7b9a856006046eeddd5605b1b37663e513.zip
pfsense-99295d7b9a856006046eeddd5605b1b37663e513.tar.gz
Fixes Loopia and FreeDNS in DynDNS services.
Submitted-by: Urban Skije
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index b877358..9882c8d 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -178,9 +178,8 @@ function enable_change(enable_change) {
<td width="78%" class="vtable">
<select name="type" class="formselect" id="type">
<?php
- $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit");
- $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit");
- $j = 0; for ($j = 0; $j < count($vals); $j++): ?>
+ $types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,ZoneEdit,Loopia,freeDNS");
+ $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns"); $j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($types[$j]);?>
</option>
OpenPOWER on IntegriCloud