break; the line

This commit is contained in:
Ibnu Maksum 2024-03-19 09:34:28 +07:00
parent 130451e1ae
commit 24e45db017
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,7 @@ switch ($action) {
$_POST['gateway'] = $pgs[0];
}
}
break;
case 'buy':
$gateway = _post('gateway');
if (empty($gateway) && !empty($_SESSION['gateway'])) {

View File

@ -62,6 +62,7 @@ switch ($action) {
}else{
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
}
break;
default:
$ui->display('a404.tpl');
}