mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Remove timeout_duration from response
This commit is contained in:
parent
9042ee8c01
commit
bc23dfc130
@ -19,8 +19,7 @@ header('Pragma: no-cache');
|
||||
$response = [
|
||||
'status' => $status,
|
||||
'last_activity' => $lastActivity,
|
||||
'session_lifetime' => $sessionLifetime,
|
||||
'timeout_duration' => RASPI_SESSION_TIMEOUT
|
||||
'session_lifetime' => $sessionLifetime
|
||||
];
|
||||
|
||||
echo json_encode($response);
|
||||
|
Loading…
x
Reference in New Issue
Block a user