diff options
author | ivan <ivan> | 2004-04-05 09:08:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-05 09:08:39 +0000 |
commit | a5651d5945c790b0d3fee0cd5082269a21adc6ee (patch) | |
tree | a1d38ee8ebed3458f9df12d66f5073e106c84822 /httemplate/view | |
parent | cbbc7e215fb2f235c05abdb8c9434bdb2385ce3f (diff) |
add whois functionality internally instead of linking to geektools
Diffstat (limited to 'httemplate/view')
-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 e4b16d998..1dbe16d23 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -47,7 +47,7 @@ Service #<%= $svcnum %> <BR>Domain name: <B><%= $domain %></B> <BR>Catch all email <A HREF="<%= ${p} %>misc/catchall.cgi?<%= $svcnum %>">(change)</A>: <%= $email ? "<B>$email</B>" : "<I>(none)<I>" %> -<BR><BR><A HREF="http://www.geektools.com/cgi-bin/proxy.cgi?query=<%=$domain%>;targetnic=auto">View whois information.</A> +<BR><BR><A HREF="<%= ${p} %>misc/whois.cgi?custnum=<%=$custnum%>;svcnum=<%=$svcnum%>;domain=<%=$domain%>">View whois information.</A> <BR><BR> <SCRIPT> function areyousure(href) { |