Update donate link. Fixes #1313
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Max Mehl 2020-04-21 12:16:13 +02:00
parent 17912ddd73
commit 8e6a429e0f
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92

View File

@ -19,7 +19,7 @@ $gnusocialuser = "@fsfe@quitter.no";
$mastodonuser = "@fsfe@mastodon.social";
$twitteruser = "fsfe";
$flattruser = "fsfe";
$supporturl = "https://fsfe.org/donate?share";
$supporturl = "https://my.fsfe.org/donate?referrer=share";
// Don't change below here
$service = isset($_GET['service']) ? $_GET['service'] : false;