mirror of
https://github.com/vrana/adminer.git
synced 2026-04-04 19:49:27 +02:00
Move operators, functions and grouping to Driver
This commit is contained in:
@@ -165,6 +165,9 @@ if (isset($_GET["username"]) && is_string(get_password())) {
|
||||
check_invalid_login();
|
||||
$connection = connect();
|
||||
$driver = new Driver($connection);
|
||||
if ($adminer->operators === null) {
|
||||
$adminer->operators = $driver->operators;
|
||||
}
|
||||
}
|
||||
|
||||
$login = null;
|
||||
|
||||
Reference in New Issue
Block a user