summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-20 14:39:59 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-20 14:39:59 +0000
commitd4ecc94be4a7f7d260f50bc4fbe2e17877ddfd64 (patch)
treeacdd66aa3ffb9d12dc7304f9c4ce989de642a755 /usr/local/www/services_dyndns.php
parent0a1b018347bf039536ccb54b1e375006812f75ff (diff)
downloadpfsense-d4ecc94be4a7f7d260f50bc4fbe2e17877ddfd64.zip
pfsense-d4ecc94be4a7f7d260f50bc4fbe2e17877ddfd64.tar.gz
* Correct yesterday commit seems that DNS-o-mattic commit support had shifted the values
cause of bad separator use ' '(space) instead of ','(comma). * Implement DNSexit support. Feature request: #1588
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 a1be680..9dccc31 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -82,8 +82,8 @@ include("head.inc");
</td>
<td class="listlr">
<?php
- $types = explode(",", "DNS-O-Matic DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS");
- $vals = explode(" ", "dnsomatic dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns");
+ $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit");
$j = 0; for ($j = 0; $j < count($vals); $j++)
if ($vals[$j] == $dyndns['type']) {
echo htmlspecialchars($types[$j]);
OpenPOWER on IntegriCloud