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

5 lines
126 B
PHP

<?
session_start();
$_SESSION['pricebook_images']=$_REQUEST['images'];
header("Location: modules/EcmPrices/CreatePDF.php");
?>