summaryrefslogtreecommitdiff
path: root/htdocs/edit/cust_credit.cgi
diff options
context:
space:
mode:
authorivan <ivan>1999-02-28 00:04:04 +0000
committerivan <ivan>1999-02-28 00:04:04 +0000
commit37dcdd94962587d6dbc3225439c91e46b0b623c5 (patch)
tree3867fc76d627fe2b6aba2fff1f29973598b1f892 /htdocs/edit/cust_credit.cgi
parent9ad5cd28c3e9bd036bb632a3778c582fd4d7b9b5 (diff)
removed misleading comments
Diffstat (limited to 'htdocs/edit/cust_credit.cgi')
-rwxr-xr-xhtdocs/edit/cust_credit.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/edit/cust_credit.cgi b/htdocs/edit/cust_credit.cgi
index f0b17e172..35c4d48fe 100755
--- a/htdocs/edit/cust_credit.cgi
+++ b/htdocs/edit/cust_credit.cgi
@@ -1,12 +1,10 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_credit.cgi,v 1.6 1999-01-25 12:09:52 ivan Exp $
+# $Id: cust_credit.cgi,v 1.7 1999-02-28 00:03:33 ivan Exp $
#
# Usage: cust_credit.cgi custnum [ -paybatch ]
# http://server.name/path/cust_credit?custnum [ -paybatch ]
#
-# Note: Should be run setuid root as user nobody.
-#
# some hooks in here for modifications as well as additions, but needs (lots) more work.
# also see process/cust_credit.cgi, the script that processes the form.
#
@@ -25,7 +23,10 @@
# rewrite ivan@sisd.com 98-mar-16
#
# $Log: cust_credit.cgi,v $
-# Revision 1.6 1999-01-25 12:09:52 ivan
+# Revision 1.7 1999-02-28 00:03:33 ivan
+# removed misleading comments
+#
+# Revision 1.6 1999/01/25 12:09:52 ivan
# yet more mod_perl stuff
#
# Revision 1.5 1999/01/19 05:13:33 ivan