Files

5 lines
126 B
PHP
Raw Permalink Normal View History

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