summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-07-14 00:28:05 +0000
committerrsiddall <rsiddall>2009-07-14 00:28:05 +0000
commit1d3af1f921c52bc1cd1dde7a73b9a22f097bf606 (patch)
treea21ba1dd7cfdfe536b8c5469112fd1743202fc4c /httemplate
parentb6a644c59f47d0a890c2f3122d362a72958fbc58 (diff)
New export to register/transfer/renew/revoke domains using Net::DRI.
Currently optimized for OpenSRS. Should become more generalized in later releases. Modified Makefile to insert the Freeside log folder into the new export. Modified svc_domain.pm to prevent generation of transfer requests when a domain is moved to a different package with a domain registration attached to one of the included services. Modified domreg.cgi to display errors on a separate page.
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/process/domreg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/domreg.cgi b/httemplate/edit/process/domreg.cgi
index b643638..a95474e 100755
--- a/httemplate/edit/process/domreg.cgi
+++ b/httemplate/edit/process/domreg.cgi
@@ -1,6 +1,6 @@
%if ($error) {
% $cgi->param('error', $error);
-<% $cgi->redirect(popurl(3). "view/svc_domain.cgi?$svcnum") %>
+% errorpage($error);
%} else {
<% $cgi->redirect(popurl(3). "view/svc_domain.cgi?$svcnum") %>
%}