forked from leftypol/leftypol
Bugfix: Anti-bot check not allowing posting from second page
This commit is contained in:
parent
bceb314ce6
commit
85578b7105
2 changed files with 8 additions and 5 deletions
|
@ -152,6 +152,10 @@ class AntiBot {
|
|||
return $html;
|
||||
}
|
||||
|
||||
public function reset() {
|
||||
$this->index = 0;
|
||||
}
|
||||
|
||||
public function hash() {
|
||||
global $config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue