qa tail 오타 수정

This commit is contained in:
chicpro
2014-03-19 11:04:12 +09:00
parent 92a746de78
commit 0093e835f4

View File

@ -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');
}