From 9e7b78adb6ef783d878a0482208a176f57ba3279 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 6 Mar 2013 13:05:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=EC=9D=B4=EB=A9=B4?= =?UTF-8?q?=EC=84=9C=20=EB=8C=93=EA=B8=80=20=EB=B9=84=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EC=93=B0=EA=B8=B0=EA=B0=80=20=EB=A7=8C=EC=A1=B1=ED=95=A0=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=EC=97=90=EB=A7=8C=20=EC=BA=A1=EC=B1=A0=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/view_comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/view_comment.php b/bbs/view_comment.php index 1dfc0c6b9..682fc56a9 100644 --- a/bbs/view_comment.php +++ b/bbs/view_comment.php @@ -3,7 +3,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php'); $captcha_html = ""; -if ($is_guest) { +if ($is_guest && $board['bo_comment_level'] < 2) { $captcha_html = captcha_html('_comment'); }