dont delete active pppoe

This commit is contained in:
Ibnu Maksum 2024-07-19 10:36:35 +07:00
parent 49ea4966f8
commit e5605e2d6b
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

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