1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Change session duration, fix #14

This commit is contained in:
mbugeia 2015-10-20 02:40:50 +02:00
parent 82129d1d3f
commit f6bf9fb12b

View file

@ -214,7 +214,7 @@ define('BRUTEFORCE_LOCKDOWN_DURATION', 15);
// Session duration in second (0 = until the browser is closed) // Session duration in second (0 = until the browser is closed)
// See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime // See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime
define('SESSION_DURATION', 1); define('SESSION_DURATION', 60);
// HTTP client proxy // HTTP client proxy
define('HTTP_PROXY_HOSTNAME', ''); define('HTTP_PROXY_HOSTNAME', '');