#108. config.inc.php/func.inc.php파일 직접 호출할 수 없도록 __ZBXE__ 상수 선언을 index.php로 이동하고 각 설정파일에서 선언 확인하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2363 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-21 08:20:07 +00:00
parent 1c9f7dfb02
commit c35d05b4e3
3 changed files with 9 additions and 5 deletions

View file

@ -5,6 +5,8 @@
* @brief 편의 목적으로 만든 함수라이브러리 파일
**/
if(!defined('__ZBXE__')) exit();
/**
* @brief php5에 대비하여 clone 정의
**/