mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 20:34:56 +02:00
just added self Registration,
customer must have voucher before register
This commit is contained in:
parent
2e34fa46e5
commit
b6c55ff5a9
10 changed files with 370 additions and 19 deletions
|
@ -44,6 +44,7 @@ foreach ($d as $ds){
|
|||
} catch (Exception $e) {
|
||||
die('Unable to connect to the router.');
|
||||
}
|
||||
|
||||
$printRequest = new RouterOS\Request('/ip/hotspot/user/print');
|
||||
$printRequest->setArgument('.proplist', '.id');
|
||||
$printRequest->setQuery(RouterOS\Query::where('name', $c['username']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue