summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpdetails.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 13:28:31 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 13:28:31 +0000
commit0bfd3d59e0800d706bdcdf8af7e838393fc6651e (patch)
tree8686cc5c0e42795865cebc7f939abaefb7023b33 /frontends/php/httpdetails.php
parent2d9b8adec28cfb02eb9fb18be1f411070d560a78 (diff)
downloadzabbix-0bfd3d59e0800d706bdcdf8af7e838393fc6651e.tar.gz
zabbix-0bfd3d59e0800d706bdcdf8af7e838393fc6651e.tar.xz
zabbix-0bfd3d59e0800d706bdcdf8af7e838393fc6651e.zip
- minor fix for permission (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4429 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpdetails.php')
-rw-r--r--frontends/php/httpdetails.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php
index 354844da..a8eb6ddc 100644
--- a/frontends/php/httpdetails.php
+++ b/frontends/php/httpdetails.php
@@ -51,7 +51,7 @@ include_once "include/page_header.php";
check_fields($fields);
- $accessible_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_WRITE,null,null,$ZBX_CURNODEID);
+ $accessible_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY,null,null,$ZBX_CURNODEID);
if(!($httptest_data = DBfetch(DBselect('select ht.* from httptest ht, applications a '.
' where a.hostid in ('.$accessible_hosts.') and a.applicationid=ht.applicationid '.