캡차이미지와 캡챠음성파일을 미리 만들어 놓고 img src 에 노출하는 방식으로 변경
This commit is contained in:
@ -79,9 +79,6 @@ if (defined('_EDITOR_')) {
|
||||
$g4['js_file'][] = $editor->js;
|
||||
$g4['js_file'][] = $editor->config_js;
|
||||
}
|
||||
if (defined('_CAPTCHA_')) {
|
||||
$g4['js_file'][] = $captcha->js;
|
||||
}
|
||||
?>
|
||||
<!--[if lte IE 8]>
|
||||
<script src="<?=$g4['path']?>/js/html5.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user