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

This commit is contained in:
Michal Čihař 2016-07-18 15:57:22 +02:00
commit c0a05eced4

View File

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