mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02: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