1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

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

This commit is contained in:
Michael Save 2012-04-17 08:06:25 +10:00
parent 9d1a8fe3b6
commit 165a1ec3f1

View File

@ -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);
}