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