summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-08-04 18:16:17 +0000
committerErmal Luçi <eri@pfsense.org>2008-08-04 18:16:17 +0000
commit7d9dca1ca26e28f5033e30a936efa36b5287eec9 (patch)
treeffeaf59f0fbf9461c33e2e2e39e9e80c7153af2c /usr/local/www/services_dyndns.php
parent2d78b166f32f9b36e4d5b7827b5e80da02b6e22c (diff)
downloadpfsense-7d9dca1ca26e28f5033e30a936efa36b5287eec9.zip
pfsense-7d9dca1ca26e28f5033e30a936efa36b5287eec9.tar.gz
We know OpenDNS too now, add to the list.
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 b2c5641..ee79063 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -90,8 +90,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, DNSexit");
- $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit");
+ $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns");
$j = 0; for ($j = 0; $j < count($vals); $j++)
if ($vals[$j] == $dyndns['type']) {
echo htmlspecialchars($types[$j]);
OpenPOWER on IntegriCloud