diff options
Diffstat (limited to 'public/matomo/matomo.php')
| -rw-r--r-- | public/matomo/matomo.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/matomo/matomo.php b/public/matomo/matomo.php new file mode 100644 index 0000000..2b16d9d --- /dev/null +++ b/public/matomo/matomo.php @@ -0,0 +1,14 @@ +<?php +/** + * Matomo - free/libre analytics platform + * Matomo Proxy Hide URL + * + * @link https://matomo.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 = "matomo.php"; + +include __DIR__ . '/proxy.php'; |
