summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/audit.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-25 07:21:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-25 07:21:56 +0000
commitd23332dbc5dabb29dfec400d2d9ba782b46b5615 (patch)
tree21d5823c2940c9ada032bc3650fac8423b266365 /frontends/php/include/audit.inc.php
parent28a09ed13e41ddbe5e30d63e92a1f5fb3395ef89 (diff)
downloadzabbix-d23332dbc5dabb29dfec400d2d9ba782b46b5615.tar.gz
zabbix-d23332dbc5dabb29dfec400d2d9ba782b46b5615.tar.xz
zabbix-d23332dbc5dabb29dfec400d2d9ba782b46b5615.zip
- developed node manager (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3379 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/audit.inc.php')
-rw-r--r--frontends/php/include/audit.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/audit.inc.php b/frontends/php/include/audit.inc.php
index 6b89c53d..71dbbabd 100644
--- a/frontends/php/include/audit.inc.php
+++ b/frontends/php/include/audit.inc.php
@@ -38,6 +38,7 @@
$str_resource[AUDIT_RESOURCE_IT_SERVICE] = S_IT_SERVICE;
$str_resource[AUDIT_RESOURCE_MAP] = S_MAP;
$str_resource[AUDIT_RESOURCE_SCREEN] = S_SCREEN;
+ $str_resource[AUDIT_RESOURCE_NODE] = S_NODE;
if(isset($str_resource[$resource_type]))
return $str_resource[$resource_type];