mirror of
https://github.com/vrana/adminer.git
synced 2025-08-20 13:21:30 +02:00
Prepare for crypting passwords stored in session
This commit is contained in:
@@ -10,7 +10,7 @@ class Adminer {
|
||||
//! driver, ns
|
||||
|
||||
function credentials() {
|
||||
return array(SERVER, $_GET["username"], get_session("pwds"));
|
||||
return array(SERVER, $_GET["username"], get_password());
|
||||
}
|
||||
|
||||
function permanentLogin($create = false) {
|
||||
|
Reference in New Issue
Block a user