mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Editor: use passed credentials
This commit is contained in:
@@ -10,7 +10,7 @@ class Adminer {
|
||||
//! driver, ns
|
||||
|
||||
function credentials() {
|
||||
return array(); // default INI settings
|
||||
return array(SERVER, $_GET["username"], get_session("passwords"));
|
||||
}
|
||||
|
||||
function permanentLogin() {
|
||||
|
Reference in New Issue
Block a user