RhymiX 설치시 회원가입시 캡차 기능을 활성화

This commit is contained in:
qw5414 2016-02-09 03:59:12 +09:00
parent 0ea4df4ea7
commit 07ebf981a6
3 changed files with 8 additions and 1 deletions

View file

@ -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();