feat: add ko-fi link
This commit is contained in:
@@ -229,7 +229,7 @@ if (!defined('DONATIONS_ENABLED')) define('DONATIONS_ENABLED', true);
|
||||
|
||||
// URLs des plateformes de don
|
||||
if (!defined('LIBERAPAY_URL')) define('LIBERAPAY_URL', 'https://liberapay.com/OKI/donate');
|
||||
if (!defined('KOFI_URL')) define('KOFI_URL', ''); // Ex: https://ko-fi.com/votre-compte
|
||||
if (!defined('KOFI_URL')) define('KOFI_URL', 'https://ko-fi.com/J3J5TOZPI'); // Ex: https://ko-fi.com/votre-compte
|
||||
if (!defined('STRIPE_ENABLED')) define('STRIPE_ENABLED', false);
|
||||
|
||||
// Message de transparence affiché sur la page de dons.
|
||||
|
||||
Reference in New Issue
Block a user