]> git.mxchange.org Git - friendica-addons.git/commitdiff
That one didn't need changing for https installs
authorCohan Robinson <cohan@syus.org>
Tue, 14 Aug 2012 16:33:24 +0000 (17:33 +0100)
committerCohan Robinson <cohan@syus.org>
Tue, 14 Aug 2012 16:33:24 +0000 (17:33 +0100)
piwik.tgz
piwik/piwik.php

index fc848e06e5701f4bb585ada0cdf2557e577db8df..080dd9e32c6bfd1513b54dcd98fa04ace138b5ed 100755 (executable)
Binary files a/piwik.tgz and b/piwik.tgz differ
index c4d384678b0dd2fb54b741990575774bb38d9560..9ba15db63f9e7dd35445f8cae10d3ef2daad8038 100755 (executable)
@@ -78,7 +78,7 @@ function piwik_analytics($a,&$b) {
                $b .= "<div id='piwik-optout-link'>";
                $b .= t("This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool.");
                $b .= " ";
-               $the_url =  "//".$baseurl ."index.php?module=CoreAdminHome&action=optOut";
+               $the_url =  "http://".$baseurl ."index.php?module=CoreAdminHome&action=optOut";
                $b .= sprintf(t("If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."), $the_url);
                $b .= "</div>";
        }