mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
Captive portal logoff issue fixed
This commit is contained in:
parent
7c9b97ab74
commit
52c1f005bf
@ -244,7 +244,7 @@ class AccessController extends ApiControllerBase
|
||||
) {
|
||||
// you can only disconnect a connected client
|
||||
$backend = new Backend();
|
||||
$statusRAW = $backend->configdpRun("captiveportal disconnect", [$zoneid, $clientSession['sessionId']]);
|
||||
$statusRAW = $backend->configdpRun("captiveportal disconnect", [$clientSession['sessionId']]);
|
||||
$status = json_decode($statusRAW, true);
|
||||
if ($status != null) {
|
||||
$this->getLogger("captiveportal")->info(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user