1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Store information about vendor

This commit is contained in:
Jakub Vrana
2025-03-16 18:53:49 +01:00
parent 6d71cd678e
commit 777d5dca0e
4 changed files with 33 additions and 29 deletions

View File

@@ -169,6 +169,9 @@ if (isset($_GET["username"]) && is_string(get_password())) {
if ($adminer->operators === null) {
$adminer->operators = $driver->operators;
}
if (isset($connection->maria)) {
save_settings(array("vendor-" . SERVER => $drivers[DRIVER]));
}
}
}