Files

4 lines
149 B
PHP
Raw Permalink Normal View History

2024-04-27 09:23:34 +02:00
<?
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: inline; filename=\"../../cache/upload/".$_REQUEST['file']."\"");
?>