X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fsearch%2Fcust_bill.cgi;h=c849341e311b7e602602126075737f648cf83ec8;hb=4704b155c817d88cda363550b9c0c0e05eb80cb0;hp=e6dd3e3c7c99004ebd5a47c6a299e05efc391d8c;hpb=c116ce940c33dcd7e37a87a8eb2936e17cc68b11;p=freeside.git 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/; #