4 lines
149 B
PHP
4 lines
149 B
PHP
|
|
<?
|
||
|
|
header("Content-type: application/vnd.ms-excel");
|
||
|
|
header("Content-Disposition: inline; filename=\"../../cache/upload/".$_REQUEST['file']."\"");
|
||
|
|
?>
|