mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 22:56:46 +02:00
Move engines() to Driver
This commit is contained in:
@@ -219,10 +219,6 @@ if (isset($_GET["sqlite"])) {
|
||||
return get_val("PRAGMA encoding"); // there is no database list so $db == DB
|
||||
}
|
||||
|
||||
function engines() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function logged_user() {
|
||||
return get_current_user(); // should return effective user
|
||||
}
|
||||
|
Reference in New Issue
Block a user