From 8aa9e0baae0ad04b6d26931e154e2a4218fc0234 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 29 Jan 2013 18:13:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=AA=BD=EC=A7=80=EB=B3=B4=EB=82=B4=EA=B8=B0?= =?UTF-8?q?=20=EC=BA=A1=EC=B1=A0=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/gcaptcha/gcaptcha.lib.php | 1 + bbs/gcaptcha/get.php | 2 +- bbs/memo_form.php | 2 +- bbs/memo_form_update.php | 2 +- skin/member/neo/memo_form.skin.php | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index 2f906328e..1f2ca7534 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -175,6 +175,7 @@ function captcha_html($class="captcha") $png_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.png'; $wav_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.wav'; + $html .= PHP_EOL.''; $html .= PHP_EOL.''; $html .= '
'; $html .= '스팸방지'; diff --git a/bbs/gcaptcha/get.php b/bbs/gcaptcha/get.php index e1b0e4a5e..fbc38bdf0 100644 --- a/bbs/gcaptcha/get.php +++ b/bbs/gcaptcha/get.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/bbs/memo_form.php b/bbs/memo_form.php index 3934ee4fa..0571f0ef2 100644 --- a/bbs/memo_form.php +++ b/bbs/memo_form.php @@ -1,6 +1,6 @@ function fmemoform_submit(f) { - + return true; }