Merge branch 'QA_4_6-security' of github.com:phpmyadmin/phpmyadmin-security into QA_4_6-security
This commit is contained in:
commit
c0a05eced4
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user