Clean up
This commit is contained in:
@ -170,12 +170,5 @@ class Resumen
|
||||
->formatColumn('C')
|
||||
->formatColumn('D')
|
||||
->send($filename);
|
||||
return;
|
||||
|
||||
header("Content-Type: text/csv; charset=utf-8");
|
||||
header('Content-Disposition: attachment; filename="' . $filename . '"');
|
||||
header('Cache-Control: max-age=0');
|
||||
|
||||
file_put_contents('php://output', implode(PHP_EOL, $output));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user