summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2013-02-13 20:21:44 +0100
committerbcyrill <cyrill@bannwart.info>2013-02-13 20:21:44 +0100
commitf1c6cac87ba952c40a134a31d8889d01da40c97c (patch)
tree60fc035eaf7343e6d1ade3c8d72a2382236866cb /usr/local
parent837a35364708ca8c9e952d3321f353049a0dc57e (diff)
downloadpfsense-f1c6cac87ba952c40a134a31d8889d01da40c97c.zip
pfsense-f1c6cac87ba952c40a134a31d8889d01da40c97c.tar.gz
Add additional dyndns hosts to widget
In 2.1 support for HE.net Tunnelbroker, SelfHost, Route 53 and Custom entries has been added.
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/widgets/widgets/dyn_dns_status.widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/widgets/widgets/dyn_dns_status.widget.php b/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
index da6480f..5680b64 100644
--- a/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
+++ b/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
@@ -89,8 +89,8 @@ function dyndnsCheckIP($int) {
</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, OpenDNS, Namecheap, HE.net");
- $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap he-net");
+ $types = explode(",", "DNS-O-Matic,DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS,DNSexit,OpenDNS,Namecheap,HE.net,HE.net Tunnelbroker,SelfHost,Route 53,Custom");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap he-net he-net-tunnelbroker selfhost route53 custom");
for ($j = 0; $j < count($vals); $j++)
if ($vals[$j] == $dyndns['type']) {
echo htmlspecialchars($types[$j]);
OpenPOWER on IntegriCloud