init
This commit is contained in:
4
modules/EcmPriceBooks/XLS.php
Executable file
4
modules/EcmPriceBooks/XLS.php
Executable 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