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:
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 0e3e0c85d6..6770b28ad6 100644
--- a/index.php
+++ b/index.php
@@ -417,7 +417,7 @@ PMA_printListItem(
PMA_printListItem(
__('List of changes'),
'li_pma_changes',
- PMA_linkURL('changelog.php'),
+ 'changelog.php' . PMA_URL_getCommon(),
null,
'_blank'
);