1
0
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:
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() {