more generic setup for matomo

This commit is contained in:
2019-10-20 15:47:39 +02:00
parent ac0d9506d4
commit 61f1a93e13
8 changed files with 408 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* Piwik - free/libre analytics platform
* Piwik Proxy Hide URL
*
* @link http://piwik.org/faq/how-to/#faq_132
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
define('MATOMO_PROXY_FROM_ENDPOINT', 1);
$path = "piwik.php";
include dirname(__FILE__) . '/proxy.php';