Merge branch 'master-security' of github.com:phpmyadmin/phpmyadmin-security into master-security

This commit is contained in:
Michal Čihař 2016-07-18 15:57:14 +02:00
commit 2610daed9d

View File

@ -691,7 +691,7 @@ class NodeDatabase extends Node
. '<a href="navigation.php'
. URL::getCommon()
. '&showUnhideDialog=true'
. '&dbName=' . urldecode($this->real_name) . '"'
. '&dbName=' . urlencode($this->real_name) . '"'
. ' class="showUnhide ajax">'
. Util::getImage(
'show.png',