summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-12-10 02:43:18 +0000
committerScott Dale <sdale@pfsense.org>2007-12-10 02:43:18 +0000
commit52e6fdfdaebeb754c5a6029c5a801756a7f9c835 (patch)
tree108cfc18a801442d002e89fe5027ca3ea35491cc /usr/local/www/services_dyndns.php
parentb875f3061a6591de849d8c01240cefaf359d13ac (diff)
downloadpfsense-52e6fdfdaebeb754c5a6029c5a801756a7f9c835.zip
pfsense-52e6fdfdaebeb754c5a6029c5a801756a7f9c835.tar.gz
Support DNS-O-Matic
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 856a378..b877358 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -178,8 +178,8 @@ function enable_change(enable_change) {
<td width="78%" class="vtable">
<select name="type" class="formselect" id="type">
<?php
- $types = explode(",", "DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit");
- $vals = explode(" ", "dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit");
+ $types = explode(",", "DNS-O-Matic, DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit");
+ $vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit");
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
<?=htmlspecialchars($types[$j]);?>
@@ -188,17 +188,17 @@ function enable_change(enable_change) {
</select></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">Hostname</td>
+ <td width="22%" valign="top" class="vncellreq">Hostname/Interface</td>
<td width="78%" class="vtable">
<input name="host" type="text" class="formfld unknown" id="host" size="30" value="<?=htmlspecialchars($pconfig['host']);?>">
- <br>
- <span class="vexpl">
- <span class="red"><strong>Note:<br></strong>
- </span>
- Enter the complete host/domain name. example: myhost.dyndns.org
- </span>
- </td>
- </tr>
+ <br>
+ <span class="vexpl">
+ <span class="red"><strong>Note:<br></strong>
+ </span>
+ Enter the complete host/domain name. example: myhost.dyndns.org
+ </span>
+ </td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncell">MX</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud