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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-07-09 18:34:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-09 18:34:59 +0400
commit2d3963b954364784f8ab2d7f186bc2ff62b844a0 (patch)
tree28607a2ef126937af1f36431e9838ee41f93f19c /misc/others
parent917ec780e616c7184a5e8b284bea11f29660f41c (diff)
Refs #5273 Replace Trac ticket URL to Github
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php b/misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php
index 70040f497e..b8030333a2 100644
--- a/misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php
+++ b/misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php
@@ -1,6 +1,6 @@
<?php
// Script that creates 100 websites, then outputs a IMG that records a pageview in each website
-// Used initially to test how to handle cookies for this use case (see http://dev.piwik.org/trac/ticket/409)
+// Used initially to test how to handle cookies for this use case (see https://github.com/piwik/piwik/issues/409)
use Piwik\Common;
use Piwik\FrontController;
use Piwik\Piwik;