From c25708a028bc9b33983215a4d06363298af2945a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 20 Jul 2025 12:39:37 +0400 Subject: [PATCH] fix: add MASTODON_URL to default config --- includes/config.default.php | 2 +- includes/config.local.php.sample | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/config.default.php b/includes/config.default.php index fb94456..6571b72 100644 --- a/includes/config.default.php +++ b/includes/config.default.php @@ -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'); diff --git a/includes/config.local.php.sample b/includes/config.local.php.sample index 87497d9..5dbc426 100644 --- a/includes/config.local.php.sample +++ b/includes/config.local.php.sample @@ -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 // =========================================