summaryrefslogtreecommitdiff
path: root/htdocs/view/cust_pkg.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/view/cust_pkg.cgi')
-rwxr-xr-xhtdocs/view/cust_pkg.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/view/cust_pkg.cgi b/htdocs/view/cust_pkg.cgi
index f1b7b9473..939fcc2dc 100755
--- a/htdocs/view/cust_pkg.cgi
+++ b/htdocs/view/cust_pkg.cgi
@@ -1,12 +1,10 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_pkg.cgi,v 1.7 1999-01-19 05:14:20 ivan Exp $
+# $Id: cust_pkg.cgi,v 1.8 1999-02-28 00:04:01 ivan Exp $
#
# Usage: cust_pkg.cgi pkgnum
# http://server.name/path/cust_pkg.cgi?pkgnum
#
-# Note: Should be run setuid freeside as user nobody.
-#
# ivan@voicenet.com 96-dec-15
#
# services section needs to be cleaned up, needs to display extraneous
@@ -26,7 +24,10 @@
# no FS::Search ivan@sisd.com 98-mar-7
#
# $Log: cust_pkg.cgi,v $
-# Revision 1.7 1999-01-19 05:14:20 ivan
+# Revision 1.8 1999-02-28 00:04:01 ivan
+# removed misleading comments
+#
+# Revision 1.7 1999/01/19 05:14:20 ivan
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#