diff options
author | ivan <ivan> | 2004-04-05 09:09:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-05 09:09:15 +0000 |
commit | faba205c6f9943df8af154f5c893640eb6cd00b5 (patch) | |
tree | bffaa3f7bd7baaac1f4950535eaf4b68a3c527e0 /httemplate/view | |
parent | f7f141cc60e8e14810ae7011eac87d98c2096292 (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) { |