mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Add missing namespace to plugin
This commit is contained in:
@@ -18,7 +18,7 @@ class AdminerMasterSlave {
|
|||||||
|
|
||||||
function credentials() {
|
function credentials() {
|
||||||
if ($_POST && isset($this->masters[Adminer\SERVER])) {
|
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