Change folder name

This commit is contained in:
Lastorder 2023-05-08 02:28:54 +00:00
parent 7426d254e4
commit 767d0d2440
3 changed files with 1 additions and 1 deletions

View file

@ -260,7 +260,7 @@ class spamfilterController extends spamfilter
if (count($target_actions))
{
include_once __DIR__ . '/drivers/' . $config->captcha->type . '.php';
include_once __DIR__ . '/captcha/' . $config->captcha->type . '.php';
spamfilter_captcha::init($config->captcha);
if (strncasecmp('proc', $obj->act, 4) === 0)