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

5 lines
130 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?
session_start();
$_SESSION['pricebook_images']=$_REQUEST['images'];
header("Location: modules/EcmPriceBooks/CreatePDF.php");
?>