summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorkhoff <khoff>2005-04-15 20:29:38 +0000
committerkhoff <khoff>2005-04-15 20:29:38 +0000
commitdaf0d492e029527b6e355cea3720dcb7622ae7a1 (patch)
treebdbf01b6444929fe117db42c4266cd20e22fb620 /httemplate
parentd33015393db77e9bc8e0deeb1a39500b3b5a49eb (diff)
Added support for TXT records.
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/svc_domain.cgi2
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>