mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 13:23:40 +00:00
That one didn't need changing for https installs
This commit is contained in:
parent
37db2e3631
commit
0fe4dbe598
2 changed files with 1 additions and 1 deletions
BIN
piwik.tgz
BIN
piwik.tgz
Binary file not shown.
|
@ -78,7 +78,7 @@ function piwik_analytics($a,&$b) {
|
||||||
$b .= "<div id='piwik-optout-link'>";
|
$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 .= t("This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool.");
|
||||||
$b .= " ";
|
$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 .= 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>";
|
$b .= "</div>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue