summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2006-10-15 05:20:35 +0000
committerBill Marquette <billm@pfsense.org>2006-10-15 05:20:35 +0000
commit89a75ca9d12517b4d3b9d6fd58196d726e9ee010 (patch)
tree6764dfac1589e8617c4064828279171c9132664c /usr/local/www/services_dyndns.php
parent91dc2ecf6593378ac726e5ab975c1b8eafd46294 (diff)
downloadpfsense-89a75ca9d12517b4d3b9d6fd58196d726e9ee010.zip
pfsense-89a75ca9d12517b4d3b9d6fd58196d726e9ee010.tar.gz
ZoneEdit now works, tested by myself and korozion
MFC checkin [15047]
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 3528fc5..27f7518 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -173,11 +173,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,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 easydns noip ods");
- $j = 0; for ($j = 0; $j < count($vals); $j++): ?>
+ <?php
+ $types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit");
+ $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit");
+ $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