summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-01 12:02:22 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-01 12:02:22 +0000
commiteebf8121ea8f616317d67f04bf577e4c5bdca0d1 (patch)
treef1ad35fa41d124eea270a1056c0ad8246680a71c /frontends/php/include/defines.inc.php
parent1d0d7ac11023dd1eccac147f9e1b2abf41d95334 (diff)
downloadzabbix-eebf8121ea8f616317d67f04bf577e4c5bdca0d1.tar.gz
zabbix-eebf8121ea8f616317d67f04bf577e4c5bdca0d1.tar.xz
zabbix-eebf8121ea8f616317d67f04bf577e4c5bdca0d1.zip
- added availability to export/import templates for hosts (Artem)
- added permissions for hosts on import (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4220 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 24209da4..3558c34d 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -28,6 +28,8 @@
define('XML_TAG_APPLICATION', 'application');
define('XML_TAG_ITEMS', 'items');
define('XML_TAG_ITEM', 'item');
+ define('XML_TAG_TEMPLATES', 'templates');
+ define('XML_TAG_TEMPLATE', 'template');
define('XML_TAG_TRIGGERS', 'triggers');
define('XML_TAG_TRIGGER', 'trigger');
define('XML_TAG_GRAPHS', 'graphs');