diff options
author | ivan <ivan> | 1999-02-28 00:04:04 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-02-28 00:04:04 +0000 |
commit | 37dcdd94962587d6dbc3225439c91e46b0b623c5 (patch) | |
tree | 3867fc76d627fe2b6aba2fff1f29973598b1f892 /htdocs/view/svc_domain.cgi | |
parent | 9ad5cd28c3e9bd036bb632a3778c582fd4d7b9b5 (diff) |
removed misleading comments
Diffstat (limited to 'htdocs/view/svc_domain.cgi')
-rwxr-xr-x | htdocs/view/svc_domain.cgi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/view/svc_domain.cgi b/htdocs/view/svc_domain.cgi index 8941a3c89..84fa9db0b 100755 --- a/htdocs/view/svc_domain.cgi +++ b/htdocs/view/svc_domain.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: svc_domain.cgi,v 1.7 1999-02-23 08:09:25 ivan Exp $ +# $Id: svc_domain.cgi,v 1.8 1999-02-28 00:04:04 ivan Exp $ # # Usage: svc_domain svcnum # http://server.name/path/svc_domain.cgi?svcnum # -# Note: Should be run setuid freeside as user nobody. -# # ivan@voicenet.com 97-jan-6 # # rewrite ivan@sisd.com 98-mar-14 @@ -15,7 +13,10 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: svc_domain.cgi,v $ -# Revision 1.7 1999-02-23 08:09:25 ivan +# Revision 1.8 1999-02-28 00:04:04 ivan +# removed misleading comments +# +# Revision 1.7 1999/02/23 08:09:25 ivan # beginnings of one-screen new customer entry and some other miscellania # # Revision 1.6 1999/01/19 05:14:23 ivan |