mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-02 12:23:35 +00:00
remove space in content type for excel sheet
This commit is contained in:
parent
5f8cc5f460
commit
572927668a
|
|
@ -435,7 +435,7 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"]) {
|
|||
header("Content-Transfer-Encoding: binary");
|
||||
header("Content-Length: " . filesize($filename));
|
||||
header("Content-Disposition: attachment; filename=\"export-" .date('Y-m-d') . ".xls\"");
|
||||
header("Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml. sheet");
|
||||
header("Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
|
||||
header("Cache-Control: must-revalidate");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user