Hello,
I am using adminer-editor without any plugins or extensions.
When using the Export, the filename for the downloaded csv file will always end with a ".", like names.csv. which makes my system think that the file is corrupt.
I looked into the code, the reason is that in function dump_headers the variable $ze = $_POST["output"]; is empty. In the next line, in the if, this will lead to an additional . after the file extension.
I hope this helps making the project better than it already is! :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using adminer-editor without any plugins or extensions.
When using the Export, the filename for the downloaded csv file will always end with a ".", like
names.csv.which makes my system think that the file is corrupt.I looked into the code, the reason is that in
function dump_headersthe variable$ze = $_POST["output"];is empty. In the next line, in the if, this will lead to an additional.after the file extension.I hope this helps making the project better than it already is! :-)
Thanks for the report, fixed.