__XE_LOADED_CLASS__ 변수는 어디에서도 선언되지 않습니다.

__XE_LOADED_CLASS__ 변수는 여기말고 어디에서도 선언/사용되지 않는데 조건문을 빼는게 어떨까요?
This commit is contained in:
람츠 2015-06-30 12:33:43 +09:00
parent 8a9e08cde3
commit 7ab1cca82c

View file

@ -282,8 +282,6 @@ if(version_compare(PHP_VERSION, '5.3.0') >= 0)
date_default_timezone_set(@date_default_timezone_get());
}
if(!defined('__XE_LOADED_CLASS__'))
{
// Require a function-defined-file for simple use
require(_XE_PATH_ . 'config/func.inc.php');
@ -425,8 +423,5 @@ if(!defined('__XE_LOADED_CLASS__'))
if(file_exists(_XE_PATH_ . '/vendor/autoload.php')) {
require _XE_PATH_ . '/vendor/autoload.php';
}
}
/* End of file config.inc.php */
/* Location: ./config/config.inc.php */