Browse Source

Bugfix: with third-party scripts that use create_antibot()

pull/40/head
Michael Save 12 years ago
parent
commit
3acc0fd591
  1. 2
      inc/functions.php

2
inc/functions.php

@ -210,7 +210,7 @@ function _syslog($priority, $message) {
}
function create_antibot($board, $thread = null) {
require_once 'inc/anti-bot.php';
require_once dirname(__FILE__) . '/inc/anti-bot.php';
return _create_antibot($board, $thread);
}

Loading…
Cancel
Save