diff 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
line wrap: on
line diff
--- a/mconfig.inc.php.example	Thu Jan 26 01:59:33 2017 +0200
+++ b/mconfig.inc.php.example	Thu Jan 26 13:38:19 2017 +0200
@@ -27,6 +27,7 @@
   "defaultPage"     => "about", // Default page
 
   // User key/votekey settings
+  "userKeyMode"     => -1, // See msite.inc.php for VOTE_*
   "userKeyLength"   => 6,       // Vote key length in characters
   //"userKeyCase"     => true,   // If false, keys are case-INsensitive
   //"userKeyChars"    => "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", // Characters to be used for key generation
@@ -35,7 +36,6 @@
   "voteMin"         => -1,
   "voteMax"         => 2,
   
-  "voteKeyMode"     => -1, // See msite.inc.php for VOTE_*
 
   "userTimeout"     => 120, // In minutes
   "admTimeout"      => 15,