summaryrefslogtreecommitdiff
path: root/htdocs/search/cust_bill.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/search/cust_bill.cgi')
-rwxr-xr-xhtdocs/search/cust_bill.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/search/cust_bill.cgi b/htdocs/search/cust_bill.cgi
index e6dd3e3c7..c849341e3 100755
--- a/htdocs/search/cust_bill.cgi
+++ b/htdocs/search/cust_bill.cgi
@@ -1,19 +1,20 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_bill.cgi,v 1.3 1999-01-19 05:14:11 ivan Exp $
+# $Id: cust_bill.cgi,v 1.4 1999-02-28 00:03:54 ivan Exp $
#
# Usage: post form to:
# http://server.name/path/cust_bill.cgi
#
-# Note: Should be run setuid freeside as user nobody.
-#
# ivan@voicenet.com 97-apr-4
#
# Changes to allow page to work at a relative position in server
# bmccane@maxbaud.net 98-apr-3
#
# $Log: cust_bill.cgi,v $
-# Revision 1.3 1999-01-19 05:14:11 ivan
+# Revision 1.4 1999-02-28 00:03:54 ivan
+# removed misleading comments
+#
+# Revision 1.3 1999/01/19 05:14:11 ivan
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#