summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-07 09:42:00 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-07 09:42:00 +0000
commitdc18c3c54aa5bd3d198b6ab480b6d42c4731df18 (patch)
treed307e0e8a516fdc94ad9f910f9d875e814d70358 /frontends/php/graphs.php
parent3766bb922ed8071a08c4d80c6754b41ad9155e47 (diff)
downloadzabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.tar.gz
zabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.tar.xz
zabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.zip
- [DEV-137] fixes to popup screen, charts refresh and few SQL's (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index 3b5d50f9..e486817e 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -265,6 +265,7 @@ include_once "include/page_header.php";
}
}
// ----</ACTIONS>----
+ $available_graphs = get_accessible_graphs(PERM_READ_WRITE);
?>
<?php
$form = new CForm();