ClaveAudio_Web/ped_v_end.php
2011-05-06 11:33:27 +00:00

7 lines
260 B
PHP

<?php
if(isset($_REQUEST['store']) && $_REQUEST['store'] == 'PI00004597') { // vengo de la visa
header("Location: pedido_ok.php?tes=" . $_REQUEST['result'] . '&pof=' . $_REQUEST['pszPurchorderNum']);
} else {
header("Location: index.php");
}
?>