From f1a898ea50a00bb0237d649ca6cdf9acee914a52 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 4 Aug 2023 11:41:20 +0900 Subject: [PATCH] Fix #2160 undefined constant _XE_LOCATION_ (also _XE_PACKAGE_) --- common/constants.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/constants.php b/common/constants.php index 0abefe57b..fb77b8f52 100644 --- a/common/constants.php +++ b/common/constants.php @@ -138,6 +138,8 @@ 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'); define('_XE_PATH_', RX_BASEDIR); /**