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