After a Malware problem on my hosting platform I cannot access my Matomo login page anymore (Joomla website.
I have set de pi1 db password again on the account that has access.
Can anybody help me what I can do to get the Matomo site back?
The login screen shows:
/** * Matomo - free/libre analytics platform * */ if (!defined(‘PIWIK_DOCUMENT_ROOT’)) { define(‘PIWIK_DOCUMENT_ROOT’, dirname(_FILE_) == ‘/’ ? ‘’ : dirname(_FILE_)); } if (file_exists(PIWIK_DOCUMENT_ROOT . ‘/bootstrap.php’)) { require_once PIWIK_DOCUMENT_ROOT . ‘/bootstrap.php’; } if (!defined(‘PIWIK_INCLUDE_PATH’)) { define(‘PIWIK_INCLUDE_PATH’, PIWIK_DOCUMENT_ROOT); } require_once PIWIK_INCLUDE_PATH . ‘/core/bootstrap.php’; if (!defined(‘PIWIK_PRINT_ERROR_BACKTRACE’)) { define(‘PIWIK_PRINT_ERROR_BACKTRACE’, false); } require_once PIWIK_INCLUDE_PATH . ‘/core/dispatch.php’;