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