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

Do not attempt logging in without password (bug #676)

This commit is contained in:
Jakub Vrana
2019-05-14 09:07:51 +02:00
parent 0e6f1972e9
commit 15900301ee
3 changed files with 3 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ function set_password($vendor, $server, $username, $password) {
}
/** Get password from session
* @return string
* @return string or null for missing password or false for expired password
*/
function get_password() {
$return = get_session("pwds");