summaryrefslogtreecommitdiff
path: root/htdocs/edit/cust_pkg.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_pkg.cgi
parent9ad5cd28c3e9bd036bb632a3778c582fd4d7b9b5 (diff)
removed misleading comments
Diffstat (limited to 'htdocs/edit/cust_pkg.cgi')
-rwxr-xr-xhtdocs/edit/cust_pkg.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/edit/cust_pkg.cgi b/htdocs/edit/cust_pkg.cgi
index afe6f87..8906a94 100755
--- a/htdocs/edit/cust_pkg.cgi
+++ b/htdocs/edit/cust_pkg.cgi
@@ -1,14 +1,12 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_pkg.cgi,v 1.5 1999-02-07 09:59:18 ivan Exp $
+# $Id: cust_pkg.cgi,v 1.6 1999-02-28 00:03:36 ivan Exp $
#
# this is for changing packages around, not editing things within the package
#
# Usage: cust_pkg.cgi custnum
# http://server.name/path/cust_pkg.cgi?custnum
#
-# Note: Should be run setuid freeside as user nobody
-#
# started with /sales/add/cust_pkg.cgi, which added packages
# ivan@voicenet.com 97-jan-5, 97-mar-21
#
@@ -25,7 +23,10 @@
# 98-jun-1
#
# $Log: cust_pkg.cgi,v $
-# Revision 1.5 1999-02-07 09:59:18 ivan
+# Revision 1.6 1999-02-28 00:03:36 ivan
+# removed misleading comments
+#
+# Revision 1.5 1999/02/07 09:59:18 ivan
# more mod_perl fixes, and bugfixes Peter Wemm sent via email
#
# Revision 1.4 1999/01/19 05:13:38 ivan