summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-02-13 11:30:35 -0800
committerJim P <jim@pingle.org>2013-02-13 11:30:35 -0800
commit30b32e73814f52b5f997869246aff321ced56d44 (patch)
tree929e429307938be995acfda4dbfaf55166dade2b /usr/local/www/widgets/widgets/dyn_dns_status.widget.php
parent727119805068f30c1a0609bd2cbb3bd73dece6ea (diff)
parentf1c6cac87ba952c40a134a31d8889d01da40c97c (diff)
downloadpfsense-30b32e73814f52b5f997869246aff321ced56d44.zip
pfsense-30b32e73814f52b5f997869246aff321ced56d44.tar.gz
Merge pull request #415 from bcyrill/patch-3
Add additional dyndns hosts to widget
Diffstat (limited to 'usr/local/www/widgets/widgets/dyn_dns_status.widget.php')
-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