Files
crm.e5.pl/modules/EcmPriceBooks/XLS.php
2024-04-27 09:23:34 +02:00

4 lines
149 B
PHP
Executable File

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