From cc27f85d766fb78ba053d76eda88f67700cb2f76 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 17 Sep 2016 01:29:55 +0800 Subject: [PATCH] Set default donate amount to MAS price --- website/donate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/donate.php b/website/donate.php index 8844f84d..ca8e7834 100644 --- a/website/donate.php +++ b/website/donate.php @@ -16,7 +16,7 @@ else if (strlen($type) > 0) // insert product name and redirect to paypal donation page -$url = 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rednoah%40filebot%2enet&lc=US&item_name='.urlencode($name).'&amount=20%2e00¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted'; +$url = 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rednoah%40filebot%2enet&lc=US&item_name='.urlencode($name).'&amount=10%2e00¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted'; header('HTTP/1.1 302 Found'); header('Location: '.$url);