mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
add on-login / on-up & on-logout / on-down edit script
This commit is contained in:
parent
b0bc35e2be
commit
f6ff09957e
12 changed files with 214 additions and 111 deletions
|
@ -140,6 +140,8 @@ class MikrotikHotspot
|
|||
->setArgument('name', $new_plan['name_plan'])
|
||||
->setArgument('shared-users', $new_plan['shared_users'])
|
||||
->setArgument('rate-limit', $rate)
|
||||
->setArgument('on-login', $new_plan['on_login'])
|
||||
->setArgument('on-logout', $new_plan['on_logout'])
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue