diff createdb.php @ 32:36392d1d6b5f

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Dec 2012 11:14:05 +0200
parents 4b5a176805e2
children ace577c92a32
line wrap: on
line diff
--- a/createdb.php	Sun Dec 09 06:21:19 2012 +0200
+++ b/createdb.php	Mon Dec 10 11:14:05 2012 +0200
@@ -11,8 +11,8 @@
 $siteDefaults = array(
   "maxAttendees"     => array(VT_INT, 30, "Maximum attendees (soft limit)"),
 
-  "voteTimeout"      => array(VT_INT, 120, "Vote page timeout (minutes)"),
-  "admTimeout"       => array(VT_INT, 15, "Administration interface timeout (minutes)"),
+  "userTimeout"      => array(VT_INT, 120, "User pages (voting, entry submission) timeout in minutes"),
+  "admTimeout"       => array(VT_INT, 15, "Administration interface timeout in minutes"),
 
   "showAdmin"        => array(VT_BOOL, false, "Show administration interface link on the menu"),
   "showAttendees"    => array(VT_BOOL, false, "Show attendees list"),