From 0f0929db2a73ad39106182f17a84fdb164c151c0 Mon Sep 17 00:00:00 2001 From: gerandonk Date: Fri, 11 Oct 2024 18:59:38 +0700 Subject: [PATCH] ($plan['is_radius'] == '1') --- system/controllers/order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/order.php b/system/controllers/order.php index e0a46075..adaaf826 100644 --- a/system/controllers/order.php +++ b/system/controllers/order.php @@ -271,7 +271,7 @@ switch ($action) { if (!$plan['enabled']) { r2(U . "home", 'e', 'Plan is not exists'); } - if ($routes['2'] == 'radius') { + if ($plan['is_radius'] == '1') { $routes['2'] = 0; $router_name = 'radius'; } else {