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