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

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

return array(
    'marketplacePiwikVersion' => function () {
        return \Piwik\Version::VERSION;
    }
);