From 3a95cc316da367ffd248ba29ac594f3efbc9db61 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 3 Dec 2000 15:14:00 +0000 Subject: bugfixes from Jeff Finucane , thanks! --- htdocs/view/svc_domain.cgi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'htdocs/view') diff --git a/htdocs/view/svc_domain.cgi b/htdocs/view/svc_domain.cgi index fef5ad4f3..85c854ee0 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.10 1999-08-27 22:18:44 ivan Exp $ +# $Id: svc_domain.cgi,v 1.11 2000-12-03 15:14:00 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.10 1999-08-27 22:18:44 ivan +# Revision 1.11 2000-12-03 15:14:00 ivan +# bugfixes from Jeff Finucane , thanks! +# +# 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 @@ -94,6 +97,6 @@ print $cgi->header( '-expires' => 'now' ), header('Domain View', menubar( "Service #$svcnum", "
Service: ", $part_svc->svc, "", "
Domain name: $domain.", - qq!

View whois information.!, + qq!

View whois information.!, '', ; -- cgit v1.2.1