Escape user group when displaying
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
792cd1262f
commit
0b7416c5f4
@ -3679,7 +3679,7 @@ function PMA_getHtmlTableBodyForUserRights($db_rights)
|
||||
if ($cfgRelation['menuswork']) {
|
||||
$html_output .= '<td class="usrGroup">' . "\n"
|
||||
. (isset($group_assignment[$host['User']])
|
||||
? $group_assignment[$host['User']]
|
||||
? htmlspecialchars($group_assignment[$host['User']])
|
||||
: ''
|
||||
)
|
||||
. '</td>' . "\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user