summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>1999-08-27 22:18:44 +0000
committerivan <ivan>1999-08-27 22:18:44 +0000
commitfbe7d08f7d3fec9fe1c057afb61e8c4fb9e6dea3 (patch)
tree06ff3404115d8cba52b0208577425bc8e8da7b07
parent8baa6fc6b5ce7373cf2bb68ae2686a70935d47aa (diff)
point to patrick instead of internic!
-rwxr-xr-xhtdocs/view/svc_domain.cgi9
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/view/svc_domain.cgi b/htdocs/view/svc_domain.cgi
index 90526973d..fef5ad4f3 100755
--- a/htdocs/view/svc_domain.cgi
+++ b/htdocs/view/svc_domain.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: svc_domain.cgi,v 1.9 1999-04-08 12:00:19 ivan Exp $
+# $Id: svc_domain.cgi,v 1.10 1999-08-27 22:18:44 ivan Exp $
#
# Usage: svc_domain svcnum
# http://server.name/path/svc_domain.cgi?svcnum
@@ -13,7 +13,10 @@
# bmccane@maxbaud.net 98-apr-3
#
# $Log: svc_domain.cgi,v $
-# Revision 1.9 1999-04-08 12:00:19 ivan
+# Revision 1.10 1999-08-27 22:18:44 ivan
+# point to patrick instead of internic!
+#
+# Revision 1.9 1999/04/08 12:00:19 ivan
# aesthetic update
#
# Revision 1.8 1999/02/28 00:04:04 ivan
@@ -91,6 +94,6 @@ print $cgi->header( '-expires' => 'now' ), header('Domain View', menubar(
"Service #$svcnum",
"<BR>Service: <B>", $part_svc->svc, "</B>",
"<BR>Domain name: <B>$domain</B>.",
- qq!<BR><BR><A HREF="http://rs.internic.net/cgi-bin/whois?do+$domain">View whois information.</A>!,
+ qq!<BR><BR><A HREF="http://209.133.38.12/step1.cgi?query=$domain">View whois information.</A>!,
'</BODY></HTML>',
;