From e5605e2d6bb72511d776d427b845fae88460d9e3 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 19 Jul 2024 10:36:35 +0700 Subject: [PATCH] dont delete active pppoe --- system/devices/MikrotikPppoe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devices/MikrotikPppoe.php b/system/devices/MikrotikPppoe.php index b3a8bba9..ad7adc47 100644 --- a/system/devices/MikrotikPppoe.php +++ b/system/devices/MikrotikPppoe.php @@ -51,7 +51,7 @@ class MikrotikPppoe $setRequest->setArgument('password', $pass); $client->sendSync($setRequest); //disconnect then - $this->removePpoeActive($client, $customer['username']); + //$this->removePpoeActive($client, $customer['username']); } }