mirror of
https://github.com/vrana/adminer.git
synced 2026-02-25 08:01:22 +01:00
Add missing namespace to plugin
This commit is contained in:
@@ -18,7 +18,7 @@ class AdminerMasterSlave {
|
||||
|
||||
function credentials() {
|
||||
if ($_POST && isset($this->masters[Adminer\SERVER])) {
|
||||
return array($this->masters[Adminer\SERVER], $_GET["username"], get_session("pwds"));
|
||||
return array($this->masters[Adminer\SERVER], $_GET["username"], Adminer\get_session("pwds"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user