summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 15:10:54 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 15:10:54 +0000
commitb94a78202aa03da273e83887656eb8694a87bffa (patch)
tree96a088277c80a86e888e2d0c095470fe754f1852 /frontends/php/include/defines.inc.php
parent0ae3511add8cfd69b881885a82f646351bf2214c (diff)
downloadzabbix-b94a78202aa03da273e83887656eb8694a87bffa.tar.gz
zabbix-b94a78202aa03da273e83887656eb8694a87bffa.tar.xz
zabbix-b94a78202aa03da273e83887656eb8694a87bffa.zip
- fixed master node adding (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3594 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 4582686d..6e907512 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -285,6 +285,10 @@
define("RESOURCE_TYPE_NODE", 0);
define("RESOURCE_TYPE_GROUP", 1);
+ define("ZBX_NODE_REMOTE", 0);
+ define("ZBX_NODE_LOCAL", 1);
+ define("ZBX_NODE_MASTER", 2);
+
/* Support for PHP5. PHP5 does not have $HTTP_..._VARS */
if (!function_exists('version_compare'))
{