summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-19 10:20:35 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-19 10:20:35 +0000
commitd4f46d541400d6a6a55924d27c9c43430aade509 (patch)
tree03adef3bca2a2ea644cfa9ad50a98ff0a3490389 /frontends/php/items.php
parentbe6ea34f2de74134500313ecf31fef237e077864 (diff)
downloadzabbix-d4f46d541400d6a6a55924d27c9c43430aade509.tar.gz
zabbix-d4f46d541400d6a6a55924d27c9c43430aade509.tar.xz
zabbix-d4f46d541400d6a6a55924d27c9c43430aade509.zip
- change permission logic (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2743 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 07572c5e..f91eb8a7 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -30,7 +30,7 @@
?>
<?php
- if(!check_anyright("Host","U"))
+ if(!check_anyright("Item","U"))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
show_page_footer();