Bugfix: Anti-bot check not allowing posting from second page

This commit is contained in:
Michael Save 2013-01-24 04:56:06 +11:00
parent bceb314ce6
commit 85578b7105
2 changed files with 8 additions and 5 deletions

View file

@ -152,6 +152,10 @@ class AntiBot {
return $html;
}
public function reset() {
$this->index = 0;
}
public function hash() {
global $config;