mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02: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