Changes for HTTPs sites #77

Merged
cohan merged 6 commits from master into master 2012-08-18 13:45:19 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0fe4dbe598 - Show all commits

BIN
piwik.tgz

Binary file not shown.

View File

@ -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>";
}