Cleared upload_data , commented out "gallery" feature, commented out jabber from...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
index f99800dbd64384c2138216cdb66e31267a9930b4..7fa7c8b74d8184258c7856d7fca7035aff3d4833 100644 (file)
@@ -2,11 +2,17 @@
 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);
 
+define('DEF_DATA_TEMPLATE',12);
+define('DEF_GALLERY_TEMPLATE',1041658);
+
 // 1961061 citizens?
 // 1061495 citizens?
 // 1961070 citizens?
This page took 0.112388 seconds and 4 git commands to generate.