logout idle fix (moved to constants)
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
index 42638bdcfc016b601a92e8d0371985ed0ec462a6..3dd497692639a07b14e5f46c6f234f57afab90ab 100644 (file)
@@ -2,7 +2,11 @@
 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);
 define('UNVERIFIED_REGISTRATIONS_NODE',1836516);
 
This page took 0.111197 seconds and 4 git commands to generate.