forked from kevinowino869/mitrobill
add sync function
add sync function fix radius time monthly validity fix sync button for hotspot with uptime limit and data limit
This commit is contained in:
@ -21,6 +21,11 @@ class RadiusRest {
|
||||
function add_customer($customer, $plan)
|
||||
{
|
||||
}
|
||||
|
||||
function sync_customer($customer, $plan)
|
||||
{
|
||||
$this->add_customer($customer, $plan);
|
||||
}
|
||||
|
||||
// Remove Customer to Mikrotik/Device
|
||||
function remove_customer($customer, $plan)
|
||||
|
Reference in New Issue
Block a user