From b85762743d1351fe604170f2516547050c18a10a Mon Sep 17 00:00:00 2001 From: YJSoft Date: Thu, 28 Nov 2013 03:02:19 +0900 Subject: [PATCH] =?UTF-8?q?header=EC=97=90=20HTTP/1.1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apache 2.4/php 5.3 환경에서 오류 발생함으로 추가 --- classes/context/Context.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 8206cbae7..61f6879a1 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -227,7 +227,7 @@ class Context define('_XE_SITELOCK_TITLE_', $title); define('_XE_SITELOCK_MESSAGE_', $message); - header('403 Forbidden'); + header("HTTP/1.1 403 Forbidden"); include _XE_PATH_ . 'common/tpl/sitelock.html'; exit; }