From f06de9d1fef5cf03b4f00a8e37cbe806d26df117 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 4 Mar 2013 14:17:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20include=20=ED=8C=8C=EC=9D=BC=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bbs/write.php b/bbs/write.php index 0c7b3abd7..971a85907 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -16,7 +16,6 @@ if (!$bo_table) { check_device($board['bo_device']); -@include_once (G4_SKIN_PATH.'/board/write.head.skin.php'); @include_once ($board_skin_path.'/write.head.skin.php'); $notice_array = explode(',', trim($board['bo_notice']));