1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-30 20:03:45 +01:00

Bugfix: with previous commit

This commit is contained in:
Michael Save 2012-04-17 08:16:36 +10:00
parent 165a1ec3f1
commit 6ccce83f4e

View File

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