mirror of
https://github.com/vrana/adminer.git
synced 2026-08-04 23:40:34 +02:00
Move engines() to Driver
This commit is contained in:
@@ -348,10 +348,6 @@ if (isset($_GET["elastic"])) {
|
||||
//
|
||||
}
|
||||
|
||||
function engines() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function count_tables($databases) {
|
||||
$return = connection()->rootQuery('_aliases');
|
||||
return array("elastic" => ($return ? count($return) : 0));
|
||||
|
||||
Reference in New Issue
Block a user