mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Update radius.php
nasipaddress acctsessiontime
This commit is contained in:
parent
3502be2c78
commit
7799bf1aee
1 changed files with 3 additions and 2 deletions
|
@ -291,7 +291,8 @@ try {
|
|||
$d->acctsessionid = _post('acctSessionId');
|
||||
$d->username = $username;
|
||||
$d->realm = _post('realm');
|
||||
$d->nasipaddress = _post('nasip');
|
||||
$d->nasipaddress = _post('nasIpAddress');
|
||||
$d->acctsessiontime = intval(_post('acctSessionTime'));
|
||||
$d->nasid = _post('nasid');
|
||||
$d->nasportid = _post('nasPortId');
|
||||
$d->nasporttype = _post('nasPortType');
|
||||
|
@ -452,4 +453,4 @@ function show_radius_result($array, $code = 200)
|
|||
die();
|
||||
}
|
||||
die(json_encode($array));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue