1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 13:51:33 +02:00

Add ability to override file name (path) when loading dump from webserver

This commit is contained in:
Andrea Giacobino
2017-09-27 18:09:14 +02:00
committed by Jakub Vrana
parent 72aa3c5127
commit 5cc831c1e1
4 changed files with 20 additions and 4 deletions

View File

@@ -549,6 +549,9 @@ qsl('div').onclick = whisperClick;", "")
return $ext;
}
function importServerPath() {
}
function homepage() {
return true;
}