summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-09 22:29:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-09 22:29:24 +0000
commitae187f348d5fbe282b64892c02b9488fc92de066 (patch)
treeccaa6e9c68e83a90f4603c3b4313ad016e3e0797 /usr
parent4751361da592721b6e1fbdae884381c3ac3d8ee8 (diff)
downloadpfsense-ae187f348d5fbe282b64892c02b9488fc92de066.zip
pfsense-ae187f348d5fbe282b64892c02b9488fc92de066.tar.gz
ZoneEdit is no longer supported due to them changing something on their end causing SSL errors
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dyndns.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 40f1f21..8d4dd2f 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -174,10 +174,10 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vncellreq">Service type</td>
<td width="78%" class="vtable">
<select name="type" class="formfld" id="type">
- <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
- #$vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
- $types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,HN.ORG,ZoneEdit,easyDNS,No-IP,ODS.org");
- $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns hn zoneedit easydns noip ods");
+ <?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
+ #$vals = explode(" ", "dyndns dhs ods dyns hn gnudip dyndns-static dyndns-custom easydns ezip tzo");
+ $types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,HN.ORG,easyDNS,No-IP,ODS.org");
+ $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns hn easydns noip ods");
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($types[$j]);?>
OpenPOWER on IntegriCloud