[git] gnupg-doc - branch, preview, updated. 8a7b3d1be6728601722ba6ac1da3642de970b4bf
by Kai Michaelis
cvs at cvs.gnupg.org
Tue May 16 17:54:45 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, preview has been updated
via 8a7b3d1be6728601722ba6ac1da3642de970b4bf (commit)
from 48941499d26cb750d3fa0907465eb74f54cbac20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a7b3d1be6728601722ba6ac1da3642de970b4bf
Author: Kai Michaelis <kai at gnupg.org>
Date: Tue May 16 17:54:37 2017 +0200
cgi: extend presets
diff --git a/cgi/procdonate.cgi b/cgi/procdonate.cgi
index c0e56d5..15d1dd9 100755
--- a/cgi/procdonate.cgi
+++ b/cgi/procdonate.cgi
@@ -1022,6 +1022,18 @@ elsif ($mode eq 'preset') {
elsif ($q->param('plan') eq '12-20-eur' ) {
$amount = '20';
}
+ elsif ($q->param('plan') eq '12-50-eur' ) {
+ $amount = '50';
+ }
+ elsif ($q->param('plan') eq '12-100-eur' ) {
+ $amount = '100';
+ }
+ elsif ($q->param('plan') eq '12-200-eur' ) {
+ $amount = '200';
+ }
+ elsif ($q->param('plan') eq '12-500-eur' ) {
+ $amount = '500';
+ }
write_main_page();
}
-----------------------------------------------------------------------
Summary of changes:
cgi/procdonate.cgi | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list