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;