Bugfix: Anti-bot check not allowing posting from second page
This commit is contained in:
@@ -152,6 +152,10 @@ class AntiBot {
|
||||
return $html;
|
||||
}
|
||||
|
||||
public function reset() {
|
||||
$this->index = 0;
|
||||
}
|
||||
|
||||
public function hash() {
|
||||
global $config;
|
||||
|
||||
|
Reference in New Issue
Block a user