mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Define RASPI_SESSION_TIMEOUT
This commit is contained in:
parent
6f1c34f28d
commit
3cf22a9cbb
@ -11,6 +11,7 @@ define('RASPI_CACHE_PATH', sys_get_temp_dir() . '/raspap');
|
|||||||
define('RASPI_ERROR_LOG', sys_get_temp_dir() . '/raspap_error.log');
|
define('RASPI_ERROR_LOG', sys_get_temp_dir() . '/raspap_error.log');
|
||||||
define('RASPI_DEBUG_LOG', 'raspap_debug.log');
|
define('RASPI_DEBUG_LOG', 'raspap_debug.log');
|
||||||
define('RASPI_LOG_SIZE_LIMIT', 64);
|
define('RASPI_LOG_SIZE_LIMIT', 64);
|
||||||
|
define('RASPI_SESSION_TIMEOUT', 1440);
|
||||||
|
|
||||||
// Constants for configuration file paths.
|
// Constants for configuration file paths.
|
||||||
// These are typical for default RPi installs. Modify if needed.
|
// These are typical for default RPi installs. Modify if needed.
|
||||||
|
@ -16,6 +16,7 @@ $defaults = [
|
|||||||
'RASPI_ERROR_LOG' => sys_get_temp_dir() . '/raspap_error.log',
|
'RASPI_ERROR_LOG' => sys_get_temp_dir() . '/raspap_error.log',
|
||||||
'RASPI_DEBUG_LOG' => 'raspap_debug.log',
|
'RASPI_DEBUG_LOG' => 'raspap_debug.log',
|
||||||
'RASPI_LOG_SIZE_LIMIT' => 64,
|
'RASPI_LOG_SIZE_LIMIT' => 64,
|
||||||
|
'RASPI_SESSION_TIMEOUT' => 1440,
|
||||||
|
|
||||||
// Constants for configuration file paths.
|
// Constants for configuration file paths.
|
||||||
// These are typical for default RPi installs. Modify if needed.
|
// These are typical for default RPi installs. Modify if needed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user