diff options
Diffstat (limited to 'public/matomo/plugins')
| -rw-r--r-- | public/matomo/plugins/HeatmapSessionRecording/configs.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/matomo/plugins/HeatmapSessionRecording/configs.php b/public/matomo/plugins/HeatmapSessionRecording/configs.php new file mode 100644 index 0000000..abf5cd5 --- /dev/null +++ b/public/matomo/plugins/HeatmapSessionRecording/configs.php @@ -0,0 +1,9 @@ +<?php + +# proxy endpoint to support HeatmapSessionRecording tracker which sends requests to this file + +define('MATOMO_PROXY_FROM_ENDPOINT', 1); + +$path = 'plugins/HeatmapSessionRecording/configs.php'; + +include dirname(__FILE__) . '/../../proxy.php';
\ No newline at end of file |
