mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Send export headers sooner
This commit is contained in:
@@ -873,6 +873,8 @@ function dump_headers($identifier, $multi_table = false) {
|
|||||||
header("Content-Disposition: attachment; filename=" . $adminer->dumpFilename($identifier) . ".$return" . ($output != "file" && !ereg('[^0-9a-z]', $output) ? ".$output" : ""));
|
header("Content-Disposition: attachment; filename=" . $adminer->dumpFilename($identifier) . ".$return" . ($output != "file" && !ereg('[^0-9a-z]', $output) ? ".$output" : ""));
|
||||||
}
|
}
|
||||||
session_write_close();
|
session_write_close();
|
||||||
|
ob_flush();
|
||||||
|
flush();
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user