mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
Change folder name
This commit is contained in:
parent
7426d254e4
commit
767d0d2440
3 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class spamfilterController extends spamfilter
|
||||||
|
|
||||||
if (count($target_actions))
|
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);
|
spamfilter_captcha::init($config->captcha);
|
||||||
|
|
||||||
if (strncasecmp('proc', $obj->act, 4) === 0)
|
if (strncasecmp('proc', $obj->act, 4) === 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue