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

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

return array(

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

);