From 02f7e386a41213ee218751e8f078afbb6c7d0c88 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 25 Jul 2014 13:05:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EB=93=9C=EB=AA=85=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=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 b2710d92c..3e5e6dead 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 ($qaconfig['bo_include_tail']); + @include ($qaconfig['qa_include_tail']); else include ('./_tail.php'); }