|
@@ -42,10 +42,6 @@ class OtStatsController extends SelectedSiteController {
|
|
|
$period = isset($args['period']) ? $args['period'] : 'month';
|
|
$period = isset($args['period']) ? $args['period'] : 'month';
|
|
|
$this->view->assign('period', $period);
|
|
$this->view->assign('period', $period);
|
|
|
|
|
|
|
|
- // <-- Shall be removed when a fix is released for https://github.com/matomo-org/matomo/issues/16867
|
|
|
|
|
- $matomoRepository = GeneralUtility::makeInstance(MatomoWebsiteRepository::class);
|
|
|
|
|
- $matomoRepository->clearBruteforceLog();
|
|
|
|
|
- // -->
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|