dont delete active pppoe

This commit is contained in:
Ibnu Maksum
2024-07-19 10:36:35 +07:00
parent 49ea4966f8
commit e5605e2d6b

View File

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