comparison mconfig.inc.php.example @ 1092:95b74632cfe2

Rename votekeys table to userkeys, and all related variables and settings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 13:38:19 +0200
parents 00632d30bafe
children faa835271dfd
comparison
equal deleted inserted replaced
1091:c4b93729269d 1092:95b74632cfe2
25 25
26 // Default page 26 // Default page
27 "defaultPage" => "about", // Default page 27 "defaultPage" => "about", // Default page
28 28
29 // User key/votekey settings 29 // User key/votekey settings
30 "userKeyMode" => -1, // See msite.inc.php for VOTE_*
30 "userKeyLength" => 6, // Vote key length in characters 31 "userKeyLength" => 6, // Vote key length in characters
31 //"userKeyCase" => true, // If false, keys are case-INsensitive 32 //"userKeyCase" => true, // If false, keys are case-INsensitive
32 //"userKeyChars" => "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", // Characters to be used for key generation 33 //"userKeyChars" => "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", // Characters to be used for key generation
33 34
34 // Voting settings 35 // Voting settings
35 "voteMin" => -1, 36 "voteMin" => -1,
36 "voteMax" => 2, 37 "voteMax" => 2,
37 38
38 "voteKeyMode" => -1, // See msite.inc.php for VOTE_*
39 39
40 "userTimeout" => 120, // In minutes 40 "userTimeout" => 120, // In minutes
41 "admTimeout" => 15, 41 "admTimeout" => 15,
42 42
43 43