From 173ddca03e1bc59a73893aeb57e3dbc1642123e3 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 20 Sep 2011 05:36:39 +0000 Subject: [PATCH] add a constant XE git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9217 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 8aaeb4356..0f8c08b4e 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,8 @@ /** * @brief Declare constants for generic use and for checking to avoid a direct call from the Web **/ - define('__ZBXE__', true); + define('__ZBXE__', true); // deprecated : The constant ZBXE will be removed. Use XE instead. + define('__XE__', true); /** * @brief Include the necessary configuration files