break; the line
This commit is contained in:
@ -297,6 +297,7 @@ switch ($action) {
|
||||
$_POST['gateway'] = $pgs[0];
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'buy':
|
||||
$gateway = _post('gateway');
|
||||
if (empty($gateway) && !empty($_SESSION['gateway'])) {
|
||||
|
Reference in New Issue
Block a user