diff options
Diffstat (limited to 'htdocs/view')
-rwxr-xr-x | htdocs/view/cust_bill.cgi | 9 | ||||
-rwxr-xr-x | htdocs/view/cust_main.cgi | 9 | ||||
-rwxr-xr-x | htdocs/view/cust_pkg.cgi | 9 | ||||
-rwxr-xr-x | htdocs/view/svc_acct.cgi | 9 | ||||
-rwxr-xr-x | htdocs/view/svc_acct_sm.cgi | 9 | ||||
-rwxr-xr-x | htdocs/view/svc_domain.cgi | 9 |
6 files changed, 30 insertions, 24 deletions
diff --git a/htdocs/view/cust_bill.cgi b/htdocs/view/cust_bill.cgi index 1989726a3..93a6f7a29 100755 --- a/htdocs/view/cust_bill.cgi +++ b/htdocs/view/cust_bill.cgi @@ -1,8 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_bill.cgi,v 1.7 1999-01-25 12:26:03 ivan Exp $ -# -# Note: Should be run setuid freeside as user nobody. +# $Id: cust_bill.cgi,v 1.8 1999-02-28 00:03:58 ivan Exp $ # # this is a quick & ugly hack which does little more than add some formatting to the ascii output from /dbin/print-invoice # @@ -25,7 +23,10 @@ # also print 'printed' field ivan@sisd.com 98-jul-10 # # $Log: cust_bill.cgi,v $ -# Revision 1.7 1999-01-25 12:26:03 ivan +# Revision 1.8 1999-02-28 00:03:58 ivan +# removed misleading comments +# +# Revision 1.7 1999/01/25 12:26:03 ivan # yet more mod_perl stuff # # Revision 1.6 1999/01/19 05:14:18 ivan diff --git a/htdocs/view/cust_main.cgi b/htdocs/view/cust_main.cgi index 7d51e288a..4e80fdd4e 100755 --- a/htdocs/view/cust_main.cgi +++ b/htdocs/view/cust_main.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.12 1999-02-07 09:59:40 ivan Exp $ +# $Id: cust_main.cgi,v 1.13 1999-02-28 00:04:00 ivan Exp $ # # Usage: cust_main.cgi custnum # http://server.name/path/cust_main.cgi?custnum # -# Note: Should be run setuid freeside as user nobody. -# # the payment history section could use some work, see below # # ivan@voicenet.com 96-nov-29 -> 96-dec-11 @@ -33,7 +31,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main.cgi,v $ -# Revision 1.12 1999-02-07 09:59:40 ivan +# Revision 1.13 1999-02-28 00:04:00 ivan +# removed misleading comments +# +# Revision 1.12 1999/02/07 09:59:40 ivan # more mod_perl fixes, and bugfixes Peter Wemm sent via email # # Revision 1.11 1999/01/25 12:26:04 ivan 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/; # diff --git a/htdocs/view/svc_acct.cgi b/htdocs/view/svc_acct.cgi index a5b4f4858..900dc56a8 100755 --- a/htdocs/view/svc_acct.cgi +++ b/htdocs/view/svc_acct.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct.cgi,v 1.7 1999-01-19 05:14:21 ivan Exp $ +# $Id: svc_acct.cgi,v 1.8 1999-02-28 00:04:02 ivan Exp $ # # Usage: svc_acct.cgi svcnum # http://server.name/path/svc_acct.cgi?svcnum # -# Note: Should be run setuid freeside as user nobody. -# # ivan@voicenet.com 96-dec-17 # # added link to send info @@ -35,7 +33,10 @@ # displays arbitrary radius attributes ivan@sisd.com 98-aug-16 # # $Log: svc_acct.cgi,v $ -# Revision 1.7 1999-01-19 05:14:21 ivan +# Revision 1.8 1999-02-28 00:04:02 ivan +# removed misleading comments +# +# Revision 1.7 1999/01/19 05:14:21 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; # diff --git a/htdocs/view/svc_acct_sm.cgi b/htdocs/view/svc_acct_sm.cgi index 4c86ffd32..89ca6be6b 100755 --- a/htdocs/view/svc_acct_sm.cgi +++ b/htdocs/view/svc_acct_sm.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_sm.cgi,v 1.8 1999-02-09 09:23:00 ivan Exp $ +# $Id: svc_acct_sm.cgi,v 1.9 1999-02-28 00:04:03 ivan Exp $ # # Usage: svc_acct_sm.cgi svcnum # http://server.name/path/svc_acct_sm.cgi?svcnum # -# Note: Should be run setuid freeside as user nobody. -# # based on view/svc_acct.cgi # # ivan@voicenet.com 97-jan-5 @@ -22,7 +20,10 @@ # /var/spool/freeside/conf/domain ivan@sisd.com 98-jul-17 # # $Log: svc_acct_sm.cgi,v $ -# Revision 1.8 1999-02-09 09:23:00 ivan +# Revision 1.9 1999-02-28 00:04:03 ivan +# removed misleading comments +# +# Revision 1.8 1999/02/09 09:23:00 ivan # visual and bugfixes # # Revision 1.7 1999/02/07 09:59:42 ivan diff --git a/htdocs/view/svc_domain.cgi b/htdocs/view/svc_domain.cgi index 8941a3c89..84fa9db0b 100755 --- a/htdocs/view/svc_domain.cgi +++ b/htdocs/view/svc_domain.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: svc_domain.cgi,v 1.7 1999-02-23 08:09:25 ivan Exp $ +# $Id: svc_domain.cgi,v 1.8 1999-02-28 00:04:04 ivan Exp $ # # Usage: svc_domain svcnum # http://server.name/path/svc_domain.cgi?svcnum # -# Note: Should be run setuid freeside as user nobody. -# # ivan@voicenet.com 97-jan-6 # # rewrite ivan@sisd.com 98-mar-14 @@ -15,7 +13,10 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: svc_domain.cgi,v $ -# Revision 1.7 1999-02-23 08:09:25 ivan +# Revision 1.8 1999-02-28 00:04:04 ivan +# removed misleading comments +# +# Revision 1.7 1999/02/23 08:09:25 ivan # beginnings of one-screen new customer entry and some other miscellania # # Revision 1.6 1999/01/19 05:14:23 ivan |