Merge branch 'MAINT_4_0_2-security' into QA_4_0
This commit is contained in:
commit
b3388dd0c6
@ -114,7 +114,8 @@ if (isset($_REQUEST['createview'])) {
|
||||
$response->addJSON(
|
||||
'message',
|
||||
PMA_Message::error(
|
||||
"<i>$sql_query</i><br /><br />" . PMA_DBI_getError()
|
||||
"<i>" . htmlspecialchars($sql_query) . "</i><br /><br />"
|
||||
. PMA_DBI_getError()
|
||||
)
|
||||
);
|
||||
$response->isSuccess(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user