diff --git a/system/controllers/order.php b/system/controllers/order.php index 01bc8443..01dbf202 100644 --- a/system/controllers/order.php +++ b/system/controllers/order.php @@ -272,7 +272,6 @@ switch ($action) { r2(U . "home", 'e', 'Plan is not exists'); } if ($plan['is_radius'] == '1') { - $routes['2'] = '0'; $router_name = 'radius'; } else { $router_name = $plan['routers'];