fix: add MASTODON_URL to default config
This commit is contained in:
@@ -60,7 +60,7 @@ if (!defined('X_URL')) define('X_URL', '#');
|
|||||||
if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#');
|
if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#');
|
||||||
if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#');
|
if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#');
|
||||||
if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#');
|
if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#');
|
||||||
if (!defined('MASTODON_URL')) define('MASTODON_URL', 'https://koze.kaubuntu.re');
|
if (!defined('MASTODON_URL')) define('MASTODON_URL', 'https://koze.kaubuntu.re/@admin');
|
||||||
|
|
||||||
// Contacts
|
// Contacts
|
||||||
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
|
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
|
||||||
|
|||||||
@@ -155,6 +155,9 @@ define('PRIORITY_CATEGORIES', [
|
|||||||
// URL du compte TikTok
|
// URL du compte TikTok
|
||||||
// define('TIKTOK_URL', 'https://tiktok.com/@votrecompte');
|
// define('TIKTOK_URL', 'https://tiktok.com/@votrecompte');
|
||||||
|
|
||||||
|
// URL du compte Mastodon
|
||||||
|
// define('MASTODON_URL', 'https://koze.kaubuntu.re/@admin');
|
||||||
|
|
||||||
// =========================================
|
// =========================================
|
||||||
// Contact
|
// Contact
|
||||||
// =========================================
|
// =========================================
|
||||||
|
|||||||
Reference in New Issue
Block a user