Merge pull request #383 from agstrxyz/patch-24

accsessiontime
This commit is contained in:
Focuslinkstech 2025-01-26 05:14:15 +01:00 committed by GitHub
commit 9bf80467a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,7 +291,8 @@ try {
$d->acctsessionid = _post('acctSessionId'); $d->acctsessionid = _post('acctSessionId');
$d->username = $username; $d->username = $username;
$d->realm = _post('realm'); $d->realm = _post('realm');
$d->nasipaddress = _post('nasip'); $d->nasipaddress = _post('nasIpAddress');
$d->acctsessiontime = intval(_post('acctSessionTime'));
$d->nasid = _post('nasid'); $d->nasid = _post('nasid');
$d->nasportid = _post('nasPortId'); $d->nasportid = _post('nasPortId');
$d->nasporttype = _post('nasPortType'); $d->nasporttype = _post('nasPortType');