|
1
|
<?php |
|
2
|
|
|
3
|
/** |
|
4
|
* Matomo - free/libre analytics platform
|
|
5
|
*
|
|
6
|
* @link https://matomo.org
|
|
7
|
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
|
8
|
*/ |
|
9
|
|
|
10
|
define("PIWIK_KEEP_JS_TRACKER_COMMENT", 1); |
|
11
|
|
|
12
|
require_once __DIR__ . '/tracker.php'; |
|
13
|
|