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>2014-07-09 18:34:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-09 18:34:59 +0400
commit2d3963b954364784f8ab2d7f186bc2ff62b844a0 (patch)
tree28607a2ef126937af1f36431e9838ee41f93f19c /misc
parent917ec780e616c7184a5e8b284bea11f29660f41c (diff)
Refs #5273 Replace Trac ticket URL to Github
Diffstat (limited to 'misc')
-rw-r--r--misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php2
-rwxr-xr-xmisc/package/build.sh2
2 files changed, 2 insertions, 2 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;
diff --git a/misc/package/build.sh b/misc/package/build.sh
index de6ae59d99..35b230f47a 100755
--- a/misc/package/build.sh
+++ b/misc/package/build.sh
@@ -104,7 +104,7 @@ fi
echo "Starting build...."
############################
-# Setting umask so it works for most users, see http://dev.piwik.org/trac/ticket/3869
+# Setting umask so it works for most users, see https://github.com/piwik/piwik/issues/3869
UMASK=`umask`
umask 0022