From f2d34dd9edaac0f8cdc384682cb92100223aae97 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 14 Jan 2013 19:06:39 +0900 Subject: [PATCH] =?UTF-8?q?notice=20=EC=98=A4=EB=A5=98=EB=8A=94=20?= =?UTF-8?q?=EB=B0=B0=EC=A0=9C=ED=95=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.php b/common.php index a0fb9511d..e90c11db0 100644 --- a/common.php +++ b/common.php @@ -3,6 +3,7 @@ ** 공통 변수, 상수, 코드 *******************************************************************************/ //error_reporting(E_ALL ^ E_NOTICE); +error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR ); // 보안설정이나 프레임이 달라도 쿠키가 통하도록 설정 header('P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"');