From c29035c794e897dd49012303bf7314b504b6a1a8 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 28 Dec 2025 01:35:17 +0100 Subject: [PATCH] asdsad --- config/staging/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/staging/config.php b/config/staging/config.php index e2ea33f..3191ff3 100644 --- a/config/staging/config.php +++ b/config/staging/config.php @@ -29,7 +29,7 @@ if (!defined('APP_URL_FAKECHECK')) { // Matomo Einstellungen define('MATOMO_URL', 'https://matomo.my-statistics.info/'); -define('MATOMO_ENABLED', false); +define('MATOMO_ENABLED', true); define('MATOMO_SITE_ID', 8); $baseUrl = 'https://'.APP_DOMAIN_PRIMARY; $apiBaseUrl = 'https://api.'.APP_DOMAIN_PRIMARY;