diff mconfig.inc.php.example @ 94:6edd7d623eab

Start adding votekey modes code.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:28:58 +0300
parents 7bdf89601ba0
children 2f3fd26babed
line wrap: on
line diff
--- a/mconfig.inc.php.example	Fri Oct 18 20:26:03 2013 +0300
+++ b/mconfig.inc.php.example	Fri Oct 18 20:28:58 2013 +0300
@@ -10,6 +10,8 @@
   "voteMin"         => -1,
   "voteMax"         => 2,
 
+  "voteKeyMode"     => -1, // See msite.inc.php for VOTE_*
+
   "voteTimeout"     => 120,
   "admTimeout"      => 15,
 );