init
This commit is contained in:
4
modules/EcmPrices/XLS.php
Normal file
4
modules/EcmPrices/XLS.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?
|
||||
header("Content-type: application/vnd.ms-excel");
|
||||
header("Content-Disposition: inline; filename=\"../../cache/upload/".$_REQUEST['file']."\"");
|
||||
?>
|
||||
Reference in New Issue
Block a user