aboutsummaryrefslogtreecommitdiffstats
path: root/public/matomo/plugins/HeatmapSessionRecording/configs.php
blob: abf5cd50952f35355a860421163406361e3f8eb7 (plain)
1
2
3
4
5
6
7
8
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';