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