mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
RhymiX 설치시 회원가입시 캡차 기능을 활성화
This commit is contained in:
parent
0ea4df4ea7
commit
07ebf981a6
3 changed files with 8 additions and 1 deletions
|
|
@ -25,6 +25,11 @@ class addon extends ModuleObject
|
|||
$oAddonController->doInsert('resize_image', 0, 'site', 'Y');
|
||||
$oAddonController->doInsert('openid_delegation_id');
|
||||
$oAddonController->doInsert('point_level_icon');
|
||||
$args = new stdClass();
|
||||
$args->xe_validator_id = 'module/addon/tpl/setup_addon/1';
|
||||
$args->apply_signup = 'apply';
|
||||
$args->xe_run_method = 'run_selected';
|
||||
$oAddonController->doInsert('captcha_member', 0, 'site', 'Y', $args);
|
||||
|
||||
$oAddonController->makeCacheFile(0);
|
||||
return new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue