summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-30 15:58:48 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-30 15:58:48 +0000
commite3693c12ab9e2bf934e1cb8194c1be5fe3650d86 (patch)
tree6d3ce9d0adf5ff71f0d4f4415a4a9854651840d8 /frontends/php/graphs.php
parent042eb9179036479789a63b7eda13c84734a741e7 (diff)
downloadzabbix-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.php3
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());