mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Allow own code in <head> (thanks to Nikolaj Vasilcuk)
This commit is contained in:
@@ -89,6 +89,11 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function head() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function loginForm() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
Reference in New Issue
Block a user