add change_username function

This commit is contained in:
Ibnu Maksum
2024-07-18 09:48:22 +07:00
parent 27aeb93b57
commit 938173cab7
6 changed files with 56 additions and 18 deletions

View File

@ -27,6 +27,11 @@ class RadiusRest {
{
}
// customer change username
public function change_username($from, $to)
{
}
// Add Plan to Mikrotik/Device
function add_plan($plan)
{