mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 14:49:25 +02:00
dont delete active pppoe
This commit is contained in:
parent
49ea4966f8
commit
e5605e2d6b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class MikrotikPppoe
|
||||||
$setRequest->setArgument('password', $pass);
|
$setRequest->setArgument('password', $pass);
|
||||||
$client->sendSync($setRequest);
|
$client->sendSync($setRequest);
|
||||||
//disconnect then
|
//disconnect then
|
||||||
$this->removePpoeActive($client, $customer['username']);
|
//$this->removePpoeActive($client, $customer['username']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue