From 555421589616a558e32a61f9c234dff2e1a3726c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Apr 2006 23:56:12 +0000 Subject: Remove MX and Wildcard until Ticket #890 is solved. --- usr/local/www/services_dyndns.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'usr/local/www/services_dyndns.php') 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) { - MX - - -
- Set this option only if you need a special MX record. Not - all services support this. - - - Wildcards - - > - Enable Wildcard - - Username -- cgit v1.1