Files
2025-05-12 15:44:39 +00:00

5 lines
130 B
PHP
Executable File

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