summaryrefslogtreecommitdiff
path: root/httemplate/misc/delete-domain_record.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/delete-domain_record.cgi')
-rwxr-xr-xhttemplate/misc/delete-domain_record.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-domain_record.cgi b/httemplate/misc/delete-domain_record.cgi
index 08eedde..200365d 100755
--- a/httemplate/misc/delete-domain_record.cgi
+++ b/httemplate/misc/delete-domain_record.cgi
@@ -1,7 +1,7 @@
% if ( $error ) {
% errorpage($error);
% } else {
-<% $cgi->redirect($p. "view/svc_domain.cgi?". $domain_record->svcnum) %>
+<% $cgi->redirect($p. "view/svc_domain.cgi?". $domain_record->svcnum. '#dns') %>
% }
<%init>