Skip to content

Commit

Permalink
들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YJSoft committed Mar 30, 2014
1 parent f1f9012 commit 933452b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 933452b

Please sign in to comment.