rights->takepos->run)) {
accessforbidden();
}
if (isset($_GET['status'])) {
die(strtoupper($_SESSION['SMP_CURRENT_PAYMENT']));
}
if ($_GET['smp-status']) {
print '
The HTML5 Herald
';
$_SESSION['SMP_CURRENT_PAYMENT'] = $_GET['smp-status'];
print '';
print "Transaction status registered, you can close this";
die('');
}
print 'NOOP';