break; the line
This commit is contained in:
parent
130451e1ae
commit
24e45db017
@ -297,6 +297,7 @@ switch ($action) {
|
|||||||
$_POST['gateway'] = $pgs[0];
|
$_POST['gateway'] = $pgs[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'buy':
|
case 'buy':
|
||||||
$gateway = _post('gateway');
|
$gateway = _post('gateway');
|
||||||
if (empty($gateway) && !empty($_SESSION['gateway'])) {
|
if (empty($gateway) && !empty($_SESSION['gateway'])) {
|
||||||
|
@ -62,6 +62,7 @@ switch ($action) {
|
|||||||
}else{
|
}else{
|
||||||
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
|
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$ui->display('a404.tpl');
|
$ui->display('a404.tpl');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user