php 에러 리포트 끄기, 본문 바로가기 위치 변경

This commit is contained in:
whitedot
2012-11-06 17:46:12 +09:00
parent 6e4d4a3c7a
commit 672d36eaa5
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
/*******************************************************************************
** 공통 변수, 상수, 코드
*******************************************************************************/
error_reporting(E_ALL);
//error_reporting(E_ALL ^ E_NOTICE);
//error_reporting(E_ALL);
error_reporting(E_ALL ^ E_NOTICE);
// 보안설정이나 프레임이 달라도 쿠키가 통하도록 설정
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"');