From de372aa496c67a43fbcced4fac5848850f9082bd Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 9 Nov 2003 10:32:18 +0000 Subject: - fixed permissions of PHP screens (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1018 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index 79e4c989..ef86ec2c 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -28,7 +28,7 @@ ?> No permissions !"); @@ -178,7 +178,7 @@ // $result=DBselect("select hostid,host from hosts order by host"); while($row=DBfetch($result)) { - if(!check_right("Host","R",$row["hostid"])) + if(!check_right("Host","U",$row["hostid"])) { continue; } -- cgit