This commit is contained in:
2025-11-23 02:05:53 +01:00
parent c899139fdd
commit f08a334676
4 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
<?php
if (!defined('ASSET_VERSION')) {
define('ASSET_VERSION', time()); // oder deine aktuelle Version
}
}
// Matomo Einstellungen
define('MATOMO_URL', 'https://matomo.my-statistics.info/');
define('MATOMO_ENABLED', true);
define('MATOMO_SITE_ID', 8);