From 0c82a4981ee4f23599bc7c4a993bd16a61049156 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Thu, 17 Jul 2014 08:06:07 +0200 Subject: [PATCH] Fixes config-file --- config/module.config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/module.config.php b/config/module.config.php index 29c0989..9ab0a73 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -31,8 +31,8 @@ return array( 'orgHeiglPiwik' => array( - // Always include a trailing slash! - 'server' => 'example.org/', + // Always omit a trailing slash! + 'server' => 'example.org', 'site_id' => 1, ), ); \ No newline at end of file