Ability to view and undo bans

This commit is contained in:
Savetheinternet 2011-02-18 00:36:50 +11:00
parent e93efbfc23
commit 4562843538
4 changed files with 102 additions and 4 deletions

View file

@ -650,7 +650,7 @@
} else {
// Use a pre-defined confusing name
$name = $config['spam']['hidden_input_names'][$hidden_input_names_x++];
if($hidden_input_names_x > count($config['spam']['hidden_input_names']))
if($hidden_input_names_x >= count($config['spam']['hidden_input_names']))
$hidden_input_names_x = -1;
}