mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-14 12:04:24 +02:00
damn, that curly bracket make error :))
This commit is contained in:
parent
012a1ecfab
commit
a7f191f058
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
|
|||
if(!$plan['enabled']){
|
||||
r2(U . "home", 'e', 'Plan is not exists');
|
||||
}
|
||||
|
||||
}
|
||||
if ($user['balance'] > $plan['price']) {
|
||||
r2(U . "order/pay/$router[id]/$bill[plan_id]", 'e', 'Order Plan');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue