Browse Source

What?

pull/40/head
Michael Save 12 years ago
parent
commit
64f7e70d29
  1. 5
      inc/anti-bot.php

5
inc/anti-bot.php

@ -196,11 +196,6 @@ function _create_antibot($board, $thread) {
$query->bindValue(':hash', $antibot->hash());
$query->execute() or error(db_error($query));
if ($query->rowCount() == 0) {
// there was no database entry for this hash. most likely expired.
return true;
}
return $antibot;
}

Loading…
Cancel
Save