17 lines
399 B
PHP
17 lines
399 B
PHP
<?php
|
|
/*
|
|
SPDX-License-Identifier: CC0-1.0
|
|
SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V. <https://fsfe.org>
|
|
*/
|
|
|
|
$config = [
|
|
'fediverseuser' => '@fsfe@mastodon.social',
|
|
'diasporauser' => '@{fsfe@diasp.eu}',
|
|
'twitteruser' => 'fsfe',
|
|
'flattruser' => 'fsfe',
|
|
'supporturl' => 'https://my.fsfe.org/donate?referrer=share',
|
|
'sharepic' => 'https://sharepic.fsfe.org'
|
|
]
|
|
|
|
?>
|