Skip to content

Commit

Permalink
Fix #2160 undefined constant _XE_LOCATION_ (also _XE_PACKAGE_)
Browse files Browse the repository at this point in the history
  • Loading branch information
kijin committed Aug 4, 2023
1 parent ae2e8d6 commit f1a898e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/constants.php
Expand Up @@ -138,6 +138,8 @@
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);

/**
Expand Down

0 comments on commit f1a898e

Please sign in to comment.