mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Seperate captcha class
This commit is contained in:
parent
bd44b4ef54
commit
1f67ccf673
3 changed files with 83 additions and 14 deletions
|
|
@ -260,7 +260,7 @@ class spamfilterController extends spamfilter
|
|||
|
||||
if (count($target_actions))
|
||||
{
|
||||
include_once __DIR__ . '/spamfilter.lib.php';
|
||||
include_once __DIR__ . '/drivers/' . $config->captcha->type . '.php';
|
||||
spamfilter_captcha::init($config->captcha);
|
||||
|
||||
if (strncasecmp('proc', $obj->act, 4) === 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue