mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Add tar ending (thanks to Marco Sharper)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@978 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -99,6 +99,9 @@ if ($_POST) {
|
|||||||
foreach ($views as $view) {
|
foreach ($views as $view) {
|
||||||
dump_table($view, $_POST["table_style"], true);
|
dump_table($view, $_POST["table_style"], true);
|
||||||
}
|
}
|
||||||
|
if ($ext == "tar") {
|
||||||
|
echo pack("x512");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($style == "CREATE+ALTER" && $_POST["format"] != "csv") {
|
if ($style == "CREATE+ALTER" && $_POST["format"] != "csv") {
|
||||||
|
Reference in New Issue
Block a user