Editor: use passed credentials

This commit is contained in:
Jakub Vrana 2010-08-03 14:38:56 +02:00
parent 72f4d9e245
commit 867fe415d1

View file

@ -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() {