fix: add MASTODON_URL to default config

This commit is contained in:
2025-07-20 12:39:37 +04:00
parent 47ff86dfa0
commit c25708a028
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ if (!defined('X_URL')) define('X_URL', '#');
if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#');
if (!defined('YOUTUBE_URL')) define('YOUTUBE_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
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re');
+3
View File
@@ -155,6 +155,9 @@ define('PRIORITY_CATEGORIES', [
// URL du compte TikTok
// define('TIKTOK_URL', 'https://tiktok.com/@votrecompte');
// URL du compte Mastodon
// define('MASTODON_URL', 'https://koze.kaubuntu.re/@admin');
// =========================================
// Contact
// =========================================