mirror of
https://github.com/vrana/adminer.git
synced 2026-03-25 05:50:04 +01:00
Centralize dump_headers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (!$error && $_POST["export"]) {
|
||||
$adminer->dumpHeaders("sql");
|
||||
dump_headers("sql");
|
||||
$adminer->dumpTable("", "");
|
||||
$adminer->dumpData("", "table", $_POST["query"]);
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user