diff --git a/adminer.css b/adminer.css index 788ccf4..6471530 100644 --- a/adminer.css +++ b/adminer.css @@ -69,11 +69,15 @@ h1 { background:none; } +#menu .title { + font-size: 50%; + color: #fff; +} + #menu #version { color: red; } #menu .version:before { - content: 'Adminer '; color: #fff; } #menu #h1 { diff --git a/plugin.php b/plugin.php index 48b72f7..d95c952 100644 --- a/plugin.php +++ b/plugin.php @@ -91,8 +91,7 @@ class AdminerPlugin extends Adminer { // applyPlugin function name() { - $args = func_get_args(); - return $this->_applyPlugin(__FUNCTION__, $args); + return '' . $_SERVER['HTTP_HOST'] . ''; } function credentials() {