Files
crm.twinpol.com/modules/EcmDevices/PDF.php

5 lines
127 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?
session_start();
$_SESSION['pricebook_images']=$_REQUEST['images'];
header("Location: modules/EcmDevices/CreatePDF.php");
?>