Files
crm.e5.pl/modules/EcmPriceBooks/XLS.php

4 lines
149 B
PHP
Raw 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']."\"");
?>