logout idle fix (moved to constants)
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
index f99800dbd64384c2138216cdb66e31267a9930b4..3dd497692639a07b14e5f46c6f234f57afab90ab 100644 (file)
@@ -2,6 +2,9 @@
 define('DAILY_K',30);
 define('REGISTRATION_VOTES',2); //too small so far
 
+// logout after one hour
+define('LOGOUT_IDLE_SEC', 3600);
+
 // An attempt to remove hard-code constants from code
 define('REGISTRATION_TEXT_NODE',791946);
 define('REGISTRATION_REQUEST_NODE',2091448);
This page took 0.082084 seconds and 4 git commands to generate.