X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fmisc%2Funsusp_pkg.cgi;h=9e60064c38760205443a94012a4a3ef41240f3c9;hb=7613e14fd13aabb2a44bb26ca8640053f44930ea;hp=c8bb4f4a82094370a9bc2d8a2d348c2e9e651c84;hpb=c116ce940c33dcd7e37a87a8eb2936e17cc68b11;p=freeside.git diff --git a/htdocs/misc/unsusp_pkg.cgi b/htdocs/misc/unsusp_pkg.cgi index c8bb4f4a8..9e60064c3 100755 --- a/htdocs/misc/unsusp_pkg.cgi +++ b/htdocs/misc/unsusp_pkg.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: unsusp_pkg.cgi,v 1.4 1999-01-19 05:14:09 ivan Exp $ +# $Id: unsusp_pkg.cgi,v 1.5 1999-02-28 00:03:53 ivan Exp $ # # Usage: susp_pkg.cgi pkgnum # http://server.name/path/susp_pkg.cgi pkgnum # -# Note: Should be run setuid freeside as user nobody -# # probably should generalize this to do cancels, suspensions, unsuspensions, etc. # # ivan@voicenet.com 97-feb-27 @@ -23,7 +21,10 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: unsusp_pkg.cgi,v $ -# Revision 1.4 1999-01-19 05:14:09 ivan +# Revision 1.5 1999-02-28 00:03:53 ivan +# removed misleading comments +# +# Revision 1.4 1999/01/19 05:14:09 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; #