mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Add ability to override file name (path) when loading dump from webserver
This commit is contained in:
committed by
Jakub Vrana
parent
72aa3c5127
commit
5cc831c1e1
@@ -347,6 +347,11 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function importServerPath() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function homepage() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
Reference in New Issue
Block a user