comparison 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
comparison
equal deleted inserted replaced
93:f36ebd03afd6 94:6edd7d623eab
7 "debug" => false, 7 "debug" => false,
8 8
9 "userKeyLength" => 8, 9 "userKeyLength" => 8,
10 "voteMin" => -1, 10 "voteMin" => -1,
11 "voteMax" => 2, 11 "voteMax" => 2,
12
13 "voteKeyMode" => -1, // See msite.inc.php for VOTE_*
12 14
13 "voteTimeout" => 120, 15 "voteTimeout" => 120,
14 "admTimeout" => 15, 16 "admTimeout" => 15,
15 ); 17 );
16 18