summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-09 23:56:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-09 23:56:12 +0000
commit555421589616a558e32a61f9c234dff2e1a3726c (patch)
treec4cad1442cd76e4174abadcd1d4a478350083d9f /usr/local/www/services_dyndns.php
parenta2ee3fbac0b6aadf6f3c523036bb4f03e77dc2fd (diff)
downloadpfsense-555421589616a558e32a61f9c234dff2e1a3726c.zip
pfsense-555421589616a558e32a61f9c234dff2e1a3726c.tar.gz
Remove MX and Wildcard until Ticket #890 is solved.
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php18
1 files changed, 2 insertions, 16 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 808ab85..8dde7f8 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -136,9 +136,9 @@ function enable_change(enable_change) {
endis = !(document.iform.enable.checked || enable_change);
document.iform.host.disabled = endis;
- document.iform.mx.disabled = endis;
+ //document.iform.mx.disabled = endis;
document.iform.type.disabled = endis;
- document.iform.wildcard.disabled = endis;
+ //document.iform.wildcard.disabled = endis;
document.iform.username.disabled = endis;
document.iform.password.disabled = endis;
@@ -197,20 +197,6 @@ function enable_change(enable_change) {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">MX</td>
- <td width="78%" class="vtable">
- <input name="mx" type="text" class="formfld" id="mx" size="30" value="<?=htmlspecialchars($pconfig['mx']);?>">
- <br>
- Set this option only if you need a special MX record. Not
- all services support this.</td>
- </tr>
- <tr>
- <td width="22%" valign="top" class="vncellreq">Wildcards</td>
- <td width="78%" class="vtable">
- <input name="wildcard" type="checkbox" id="wildcard" value="yes" <?php if ($pconfig['wildcard']) echo "checked"; ?>>
- Enable Wildcard</td>
- </tr>
- <tr>
<td width="22%" valign="top" class="vncellreq">Username</td>
<td width="78%" class="vtable">
<input name="username" type="text" class="formfld" id="username" size="20" value="<?=htmlspecialchars($pconfig['username']);?>">
OpenPOWER on IntegriCloud