From d3154bd94f35a718886b23ea7c77b15902cb34b5 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 30 Oct 2014 18:28:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=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/write.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write.php b/bbs/write.php index da62a1917..03f8b3aae 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -408,7 +408,7 @@ include_once('./board_head.php'); $action_url = https_url(G5_BBS_DIR)."/write_update.php"; -echo ''; +echo ''; include_once ($board_skin_path.'/write.skin.php'); include_once('./board_tail.php');