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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-09-25 00:40:01 +0300
committerGitHub <noreply@github.com>2020-09-25 00:40:01 +0300
commite0eac81b43191ef6c3d2b0be33c0328332cef994 (patch)
tree7a178b959a0dcd137bb74a33401e00d3ee04497d /plugins/GeoIp2/GeoIp2.php
parent20934775fd2367ca7b18cedfa98228c77d933b68 (diff)
During installation, open link to DB-IP page in a new tab (#16471)
also changed the link to https://db-ip.com/db/lite.php which is the DB-IP package that would be installed
Diffstat (limited to 'plugins/GeoIp2/GeoIp2.php')
-rw-r--r--plugins/GeoIp2/GeoIp2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GeoIp2/GeoIp2.php b/plugins/GeoIp2/GeoIp2.php
index 2f1c2e6748..03ccd58b1c 100644
--- a/plugins/GeoIp2/GeoIp2.php
+++ b/plugins/GeoIp2/GeoIp2.php
@@ -68,7 +68,7 @@ class GeoIp2 extends \Piwik\Plugin
{
$form->addElement('checkbox', 'setup_geoip2', null,
[
- 'content' => '<div class="form-help">' . Piwik::translate('GeoIp2_AutomaticSetupDescription', ['<a rel="noreferrer noopener" href="https://db-ip.com/?refid=mtm">','</a>']) . '</div> &nbsp;&nbsp;' . Piwik::translate('GeoIp2_AutomaticSetup')
+ 'content' => '<div class="form-help">' . Piwik::translate('GeoIp2_AutomaticSetupDescription', ['<a rel="noreferrer noopener" target="_blank" href="https://db-ip.com/db/lite.php?refid=mtm">','</a>']) . '</div> &nbsp;&nbsp;' . Piwik::translate('GeoIp2_AutomaticSetup')
]
);