Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-02-27 14:06:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-02-27 14:06:51 +0400
commitce67167a7c906098c1084db0134cfece561f9e82 (patch)
treee577e5905ef8654d582082c89cadd3af39404f22 /misc
parenta06d9613178efe0d4deeb4e8862eca06006c42c1 (diff)
Minor changes
Diffstat (limited to 'misc')
-rw-r--r--misc/proxy-hide-piwik-url/piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/proxy-hide-piwik-url/piwik.php b/misc/proxy-hide-piwik-url/piwik.php
index d5878bd846..e724e8d6b4 100644
--- a/misc/proxy-hide-piwik-url/piwik.php
+++ b/misc/proxy-hide-piwik-url/piwik.php
@@ -31,7 +31,7 @@
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://trackedsite.com/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
- g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
+ g.defer=true; g.async=true; g.src=u+"piwik.php"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->