aboutsummaryrefslogtreecommitdiffstats
path: root/config/matomo/matomo.php
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-11-11 18:18:54 +0100
committerArmand Philippot <git@armandphilippot.com>2021-11-11 18:18:54 +0100
commit0be537e8c72912c858012ee015cdd62eeab0d0f0 (patch)
treed2b75e56ce028f0a649da75a799a6cb121fe55a7 /config/matomo/matomo.php
parent7a8d83314fe067ecae73b7a89c3565beddd8f204 (diff)
fix: move matomo outside config and configure it correctly
Diffstat (limited to 'config/matomo/matomo.php')
-rw-r--r--config/matomo/matomo.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/matomo/matomo.php b/config/matomo/matomo.php
deleted file mode 100644
index 2b16d9d..0000000
--- a/config/matomo/matomo.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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';