diff --git a/config.php b/config.php index 4cf247a55..480a078f5 100644 --- a/config.php +++ b/config.php @@ -46,7 +46,7 @@ define('G5_JS_DIR', 'js'); define('G5_LIB_DIR', 'lib'); define('G5_PLUGIN_DIR', 'plugin'); define('G5_SKIN_DIR', 'skin'); -define('G5_CAPTCHA_DIR', 'kcaptcha'); +define('G5_CAPTCHA_DIR', 'kcaptcha'); // kcaptcha, gcaptcha 중에서 선택 사용하세요. 기본은 kcaptcha define('G5_EDITOR_DIR', 'editor'); define('G5_MOBILE_DIR', 'mobile'); define('G5_OKNAME_DIR', 'okname');