This commit is contained in:
2025-12-28 01:35:17 +01:00
parent eff261d28e
commit c29035c794

View File

@@ -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;