mirror of
https://github.com/vrana/adminer.git
synced 2026-02-16 19:47:42 +01:00
Plugins: Add method dumpFooter()
This commit is contained in:
@@ -5,6 +5,7 @@ if (!$error && $_POST["export"]) {
|
||||
dump_headers("sql");
|
||||
$adminer->dumpTable("", "");
|
||||
$adminer->dumpData("", "table", $_POST["query"]);
|
||||
$adminer->dumpFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user