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:
@ -49,7 +49,7 @@ switch ($action) {
|
||||
if ($_app_stage != 'demo') {
|
||||
if (file_exists($dvc)) {
|
||||
require_once $dvc;
|
||||
(new $p['device'])->add_customer($c, $p);
|
||||
(new $p['device'])->sync_customer($c, $p);
|
||||
} else {
|
||||
new Exception(Lang::T("Devices Not Found"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user