diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-06-15 16:53:00 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-06-15 16:53:00 +0000 |
| commit | 565fba506fd51acbedc8d06c07b93abae22444a7 (patch) | |
| tree | d795ef76d2e6d697590412f39dfc4a8bb0771ff6 /frontends/php/hosts.php | |
| parent | 1ac922138f8ca759679775de055f0463c8783d58 (diff) | |
- new column item.trapper_hosts (Alexei)
- housekeeping period for items to be set in days (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@410 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index e805a126..bcc1c12a 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -6,7 +6,7 @@ ?> <? - if(!check_right("Host","R",0)) + if(!check_right("Host","W",0)) { show_table_header("<font color=\"AA0000\">No permissions !</font >"); |
