aboutsummaryrefslogtreecommitdiffstats
path: root/index.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 /index.php
parent7a8d83314fe067ecae73b7a89c3565beddd8f204 (diff)
fix: move matomo outside config and configure it correctly
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index dbc3068..a27087b 100644
--- a/index.php
+++ b/index.php
@@ -95,7 +95,7 @@ $dap_current_env = dap_get_current_env();
_paq.push(['enableLinkTracking']);
(function() {
var u = "//demo.armandphilippot.com/";
- _paq.push(["setTrackerUrl", u + "config/matomo/matomo.php"]);
+ _paq.push(["setTrackerUrl", u + "matomo/matomo.php"]);
_paq.push(["setSiteId", "3"]);
var d = document,
g = d.createElement("script"),
@@ -103,7 +103,7 @@ $dap_current_env = dap_get_current_env();
g.type = "text/javascript";
g.async = true;
g.defer = true;
- g.src = u + "config/matomo/matomo.php";
+ g.src = u + "matomo/matomo.php";
s.parentNode.insertBefore(g, s);
})();
</script>