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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-08-18 18:37:34 +0300
committerMichal Čihař <michal@cihar.com>2016-08-18 18:37:34 +0300
commit46b329c32b88120e0ce7a7545b67201fad85d9c8 (patch)
treed1b667490ec2ccaea9f048f51f59942db7067cb5 /index.php
parent9c5528b4cb8aa2e73b0344d87b3600e7dda74255 (diff)
parent6faa1fe46a4a69c43bb1f9eb8a059a9811700e3c (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 91196c12f5..c2a5a1d19c 100644
--- a/index.php
+++ b/index.php
@@ -156,7 +156,7 @@ if ($server > 0 || count($cfg['Servers']) > 1
. 'please do not change root, debian-sys-maint and pma users. '
. 'More information is available at %s.'
),
- '<a href="url.php?url=https://demo.phpmyadmin.net/" target="_blank">demo.phpmyadmin.net</a>'
+ '<a href="url.php?url=https://demo.phpmyadmin.net/" target="_blank" rel="noopener noreferrer">demo.phpmyadmin.net</a>'
);
echo '</p>';
echo '</div>';