diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-30 15:58:48 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-30 15:58:48 +0000 |
| commit | e3693c12ab9e2bf934e1cb8194c1be5fe3650d86 (patch) | |
| tree | 6d3ce9d0adf5ff71f0d4f4415a4a9854651840d8 /frontends/php/graphs.php | |
| parent | 042eb9179036479789a63b7eda13c84734a741e7 (diff) | |
| download | zabbix-e3693c12ab9e2bf934e1cb8194c1be5fe3650d86.tar.gz zabbix-e3693c12ab9e2bf934e1cb8194c1be5fe3650d86.tar.xz zabbix-e3693c12ab9e2bf934e1cb8194c1be5fe3650d86.zip | |
- fixed permissions for triggers (Eugene)
- developed 'mass update' functionality for items (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3772 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index fe83236d..b553ec0c 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -78,7 +78,8 @@ include_once "include/page_header.php"; check_fields($fields); - validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host")); + validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host"), + 'web.last.conf.groupid', 'web.last.conf.hostid'); ?> <?php $_REQUEST['items'] = get_request('items', array()); |
