From c14260538bca9e71a32646d39b279dadc16797b3 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 15 Apr 2012 15:15:16 +1000 Subject: [PATCH] changed some default config values --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 0ea25b46..06aa4254 100644 --- a/inc/config.php +++ b/inc/config.php @@ -194,9 +194,9 @@ $config['spam']['hidden_inputs_min'] = 4; $config['spam']['hidden_inputs_max'] = 12; // How many times can a "hash" be used to post? - $config['spam']['hidden_inputs_max_pass'] = 30; + $config['spam']['hidden_inputs_max_pass'] = 12; // How soon after regeneration do hashes expire (in seconds)? - $config['spam']['hidden_inputs_expire'] = 60 * 60 * 2; // two hours + $config['spam']['hidden_inputs_expire'] = 60 * 60 * 3; // three hours // These are fields used to confuse the bots. Make sure they aren't actually used by Tinyboard, or it won't work. $config['spam']['hidden_input_names'] = array( 'user',