mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Move engines() to Driver
This commit is contained in:
@@ -159,10 +159,6 @@ if (isset($_GET["firebird"])) {
|
||||
function db_collation($db, $collations) {
|
||||
}
|
||||
|
||||
function engines() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function logged_user() {
|
||||
$adminer = adminer();
|
||||
$credentials = $adminer->credentials();
|
||||
|
Reference in New Issue
Block a user