From 78e3f2e8fb8ec533da38c4b3f4e304ea9ba2c167 Mon Sep 17 00:00:00 2001
From: Ibnu Maksum <ibnumaksum@gmail.com>
Date: Thu, 10 Oct 2024 10:52:13 +0700
Subject: [PATCH] Merge

---
 system/controllers/order.php | 1 -
 1 file changed, 1 deletion(-)

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'];