From b0eda5dcbc05a34ef9139578a5a43494ebdb762b Mon Sep 17 00:00:00 2001 From: Michael Save Date: Tue, 17 Apr 2012 08:16:36 +1000 Subject: [PATCH] Bugfix: with previous commit --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 93a30943..3ca5f599 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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); }