X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsenate.inc;h=3dd497692639a07b14e5f46c6f234f57afab90ab;hb=24634046428a423bcb371af50523d82bfb3c3a92;hp=f99800dbd64384c2138216cdb66e31267a9930b4;hpb=de8e1dde86dc65e8afcb8f569bbbebd8d7259468;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);