mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 16:41:29 +01:00
@@ -61,7 +61,7 @@ if (isset($_GET["elastic"])) {
|
||||
function query($path, array $content = null, $method = 'GET') {
|
||||
// Support for global search through all tables
|
||||
if ($path != "" && $path[0] == "S" && preg_match('/SELECT 1 FROM ([^ ]+) WHERE (.+) LIMIT ([0-9]+)/', $path, $matches)) {
|
||||
$driver = get_driver();
|
||||
$driver = driver();
|
||||
|
||||
$where = explode(" AND ", $matches[2]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user