X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsenate.inc;h=3dd497692639a07b14e5f46c6f234f57afab90ab;hb=fee499b9645a7e92231f225a61f10341b1e7384c;hp=f99800dbd64384c2138216cdb66e31267a9930b4;hpb=8630d2174a0f798739eeea16be61b8653a10a5da;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/senate.inc b/wwwroot/inc/senate.inc index f99800d..3dd4976 100644 --- a/wwwroot/inc/senate.inc +++ b/wwwroot/inc/senate.inc @@ -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);