summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-13 02:37:13 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-13 02:37:13 +0000
commit46cedad6bca0c2241aad0de9302bf508e2a3ceb4 (patch)
treeee794a1ed3aba2f17c5890775dce4a3e42eca0c5 /usr/local/www/services_dyndns.php
parent03ba7a0f215acf379548b16f7de778a6a6e315e8 (diff)
downloadpfsense-46cedad6bca0c2241aad0de9302bf508e2a3ceb4.zip
pfsense-46cedad6bca0c2241aad0de9302bf508e2a3ceb4.tar.gz
Added No-IP and removed DynDns Statis and DynDns Custom temporarily. Removed EZ-IP, TZO, GnuDIP, and ODS.
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 7eefc39..8e7cee0 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -175,8 +175,10 @@ 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,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
- $vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
+ <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
+ #$vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
+ $types = explode(",", "DynDNS,DHS,DyNS,HN.ORG,ZoneEdit,easyDNS,No-IP");
+ $vals = explode(" ", "dyndns dhs dyns hn zoneedit easydns noip");
$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