summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-26 08:17:13 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-26 08:17:13 +0000
commit1b9fa06acb3c68871d5d87053d047430ff0acbfb (patch)
tree39e1430c9c1e3531d0ec406c883a5643f59e6cb9 /frontends/php/include/defines.inc.php
parent4d02efc00fc5a4c076f12c4039197baf080c33d4 (diff)
downloadzabbix-1b9fa06acb3c68871d5d87053d047430ff0acbfb.tar.gz
zabbix-1b9fa06acb3c68871d5d87053d047430ff0acbfb.tar.xz
zabbix-1b9fa06acb3c68871d5d87053d047430ff0acbfb.zip
- developed IP input box (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3384 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 7b67f43e..b882785f 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -26,6 +26,7 @@
define("T_ZBX_INT", 1);
define("T_ZBX_DBL", 2);
define("T_ZBX_PERIOD", 3);
+ define("T_ZBX_IP", 4);
define("O_MAND", 0);
define("O_OPT", 1);