summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2010-08-30 23:40:17 -0400
committerjim-p <jim@pingle.org>2010-08-30 23:40:17 -0400
commit61c30081675657a9eb76b309cde2b75eeb5d5511 (patch)
tree7b7174107004b06ede2b61571180844f8117c6b0 /usr/local/www/services_dyndns.php
parent2f384448b09eb135e44d7881e93e0798b3009eec (diff)
downloadpfsense-61c30081675657a9eb76b309cde2b75eeb5d5511.zip
pfsense-61c30081675657a9eb76b309cde2b75eeb5d5511.tar.gz
First try at a dyndns update type for Namecheap.com servers.
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 d591a20..c1a25d4 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -114,8 +114,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, OpenDNS");
- $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns");
+ $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS, DNSexit, OpenDNS, Namecheap");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns dnsexit opendns namecheap");
$j = 0; for ($j = 0; $j < count($vals); $j++)
if ($vals[$j] == $dyndns['type']) {
echo htmlspecialchars($types[$j]);
OpenPOWER on IntegriCloud