Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.php « config « Heartbeat « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f7a1417abdb9fb9b2e6331632e6f75de165ebe6 (plain)
1
2
3
4
5
6
7
8
9
<?php

return array(

    'tracker.request.processors' => DI\add(array(
        DI\get('Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor'),
    )),

);