1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Fix remote execution in SQLite query (discovered by 庞申杰(千霄))

This commit is contained in:
Jakub Vrana
2016-02-06 11:00:19 -08:00
parent 0bb5a52dc4
commit e5352cc5ac
4 changed files with 75 additions and 62 deletions

View File

@@ -49,6 +49,7 @@ $translations = array(
'Query executed OK, %d row(s) affected.' => array('Xx.', 'Xx.'),
'No commands to execute.' => 'Xx.',
'Error in query' => 'Xx',
'ATTACH queries are not supported.' => 'Xx.',
'Execute' => 'Xx',
'Stop on error' => 'Xx',
'Show only errors' => 'Xx',