From 4fb8cd57197857f04d90df4806a32e52461401cb Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sun, 1 Oct 2017 21:10:19 +0200 Subject: [PATCH] [LAW] deactivate piwik --- site/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config/config.php b/site/config/config.php index 1630399..a78e57f 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -59,7 +59,7 @@ c::set('smap_heading_invisible', 'weitere Seiten'); /* Piwik Plugin configuration */ -c::set('spicy.piwik.active', true); +c::set('spicy.piwik.active', false); /* cookie notice needed! */ c::set('spicy.piwik.url', 'https://jannikb.aquila.uberspace.de/piwik'); c::set('spicy.piwik.id', 2);