mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
__XE_LOADED_CLASS__ 변수는 어디에서도 선언되지 않습니다.
__XE_LOADED_CLASS__ 변수는 여기말고 어디에서도 선언/사용되지 않는데 조건문을 빼는게 어떨까요?
This commit is contained in:
parent
8a9e08cde3
commit
7ab1cca82c
1 changed files with 128 additions and 133 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue