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