adminer 4.7.2
This commit is contained in:
parent
8ea3d74c8c
commit
0521832bad
6 changed files with 522 additions and 512 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
.idea/
|
||||
.htaccess
|
||||
.htpasswd
|
||||
config.php
|
||||
adminer.sql
|
||||
adminer.sql.gz
|
||||
967
adminer.php
967
adminer.php
File diff suppressed because one or more lines are too long
10
plugin.php
10
plugin.php
|
|
@ -110,6 +110,11 @@ class AdminerPlugin extends Adminer {
|
|||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function bruteForceKey() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function serverName($server) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
|
@ -160,6 +165,11 @@ class AdminerPlugin extends Adminer {
|
|||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function loginFormField($name, $heading, $value) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function login($login, $password) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue