switch to new piwik/matomo proxy

This commit is contained in:
2018-06-21 12:55:34 +02:00
parent 398cf14362
commit e63280ef1c
3 changed files with 51 additions and 1 deletions

14
piwik.php Normal file
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';