mirror of
https://github.com/vrana/adminer.git
synced 2026-07-06 23:38:32 +02:00
Fix type of select_db()
This commit is contained in:
@@ -14,7 +14,7 @@ if (isset($_GET["simpledb"])) {
|
||||
return '';
|
||||
}
|
||||
|
||||
function select_db(string $database): bool {
|
||||
function select_db(string $database) {
|
||||
return ($database == "domain");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user