mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix warning when third-party script has already defined __ZBXE__
This commit is contained in:
parent
df99dce94a
commit
09396e8d8d
1 changed files with 4 additions and 1 deletions
|
|
@ -134,6 +134,10 @@ if (!defined('__XE__'))
|
|||
{
|
||||
define('__XE__', true);
|
||||
}
|
||||
if (!defined('__ZBXE__'))
|
||||
{
|
||||
define('__ZBXE__', true);
|
||||
}
|
||||
define('__XE_VERSION__', RX_VERSION);
|
||||
define('__XE_VERSION_ALPHA__', false);
|
||||
define('__XE_VERSION_BETA__', false);
|
||||
|
|
@ -141,7 +145,6 @@ define('__XE_VERSION_RC__', false);
|
|||
define('__XE_VERSION_STABLE__', true);
|
||||
define('__XE_MIN_PHP_VERSION__', '7.2.5');
|
||||
define('__XE_RECOMMEND_PHP_VERSION__', '7.4.0');
|
||||
define('__ZBXE__', true);
|
||||
define('__ZBXE_VERSION__', RX_VERSION);
|
||||
define('_XE_LOCATION_', 'ko');
|
||||
define('_XE_PACKAGE_', 'XE');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue