Files
usbcheck.it/config/staging/config.php
2025-11-23 02:05:53 +01:00

9 lines
254 B
PHP

<?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);