diff options
author | khoff <khoff> | 2005-04-15 20:29:38 +0000 |
---|---|---|
committer | khoff <khoff> | 2005-04-15 20:29:38 +0000 |
commit | daf0d492e029527b6e355cea3720dcb7622ae7a1 (patch) | |
tree | bdbf01b6444929fe117db42c4266cd20e22fb620 /httemplate | |
parent | d33015393db77e9bc8e0deeb1a39500b3b5a49eb (diff) |
Added support for TXT records.
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/svc_domain.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index cd9f79d36..057b15788 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -87,7 +87,7 @@ Service #<%= $svcnum %> <INPUT TYPE="text" NAME="reczone"> <INPUT TYPE="hidden" NAME="recaf" VALUE="IN"> IN <SELECT NAME="rectype"> -<% foreach (qw( A NS CNAME MX PTR) ) { %> +<% foreach (qw( A NS CNAME MX PTR TXT) ) { %> <OPTION VALUE="<%=$_%>"><%=$_%></OPTION> <% } %> </SELECT> |