From a7f191f05862e192b2ef90232b92febcd7977428 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Fri, 1 Mar 2024 19:42:59 +0700 Subject: [PATCH] damn, that curly bracket make error :)) --- system/controllers/home.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/controllers/home.php b/system/controllers/home.php index 159a3324..da7cb2e9 100644 --- a/system/controllers/home.php +++ b/system/controllers/home.php @@ -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 {