From 933452baa364505d804dbb1209cc2c703fcc26b2 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Sun, 30 Mar 2014 11:09:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=A4=EC=97=AC=EC=93=B0=EA=B8=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.inc.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config.inc.php b/config/config.inc.php index cbab039..53cfdc5 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -5,14 +5,14 @@ * @brief 기본적으로 사용하는 class파일의 include 및 환경 설정을 함 **/ -if(version_compare(PHP_VERSION, '5.4.0', '<')) -{ - @error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING); -} -else -{ - @error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING ^ E_STRICT); -} + if(version_compare(PHP_VERSION, '5.4.0', '<')) + { + @error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING); + } + else + { + @error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING ^ E_STRICT); + } if(!defined('__ZBXE__')) exit();