From 36b0ad66cf1259f089df8dcabdc7f7abf4ad4c08 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 27 Mar 2014 09:22:37 +0900 Subject: [PATCH] =?UTF-8?q?E=5FRECOVERABLE=5FERROR=20=EC=83=81=EC=88=98=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20-=20=EB=8D=94=EC=B9=B4=EC=9D=B4=EB=8B=98?= =?UTF-8?q?=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 2 +- mobile/group.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common.php b/common.php index 823f4f00c..23f3fd517 100644 --- a/common.php +++ b/common.php @@ -2,7 +2,7 @@ /******************************************************************************* ** 공통 변수, 상수, 코드 *******************************************************************************/ -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 ); +error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING ); // 보안설정이나 프레임이 달라도 쿠키가 통하도록 설정 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"'); diff --git a/mobile/group.php b/mobile/group.php index 1c76c69fb..90ad43426 100644 --- a/mobile/group.php +++ b/mobile/group.php @@ -11,9 +11,9 @@ include_once(G5_MOBILE_PATH.'/_head.php'); 'pc' "; if(!$is_admin) $sql .= " and bo_use_cert = '' ";