mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
SQLite: Ignore server, username and password
This commit is contained in:
@@ -21,7 +21,7 @@ if ($auth) {
|
||||
$driver = $auth["driver"];
|
||||
$server = $auth["server"];
|
||||
$username = $auth["username"];
|
||||
$password = $auth["password"];
|
||||
$password = (string) $auth["password"];
|
||||
$db = $auth["db"];
|
||||
set_password($driver, $server, $username, $password);
|
||||
$_SESSION["db"][$driver][$server][$username][$db] = true;
|
||||
|
Reference in New Issue
Block a user