From 0093e835f4d22aa88e89872caf1e28760b143b40 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 19 Mar 2014 11:04:12 +0900 Subject: [PATCH] =?UTF-8?q?qa=20tail=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/qatail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/qatail.php b/bbs/qatail.php index 633267c98..b2710d92c 100644 --- a/bbs/qatail.php +++ b/bbs/qatail.php @@ -8,7 +8,7 @@ if (G5_IS_MOBILE) { } else { echo stripslashes($qaconfig['qa_mobile_content_tail']); if($qaconfig['qa_include_tail']) - @include ($board['bo_include_tail']); + @include ($qaconfig['bo_include_tail']); else include ('./_tail.php'); }