diff options
author | jim-p <jimp@pfsense.org> | 2011-08-10 10:54:25 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-08-10 10:54:59 -0400 |
commit | b1e10d63ca4d8fa04e9a3346632f425e350641d3 (patch) | |
tree | ec78c9bcede93651709d6ade53c1d279f8e389b8 /etc/inc/priv.defs.inc | |
parent | 0d4f348f174cb5bef4ba4af5859b59a113d221f3 (diff) | |
download | pfsense-b1e10d63ca4d8fa04e9a3346632f425e350641d3.zip pfsense-b1e10d63ca4d8fa04e9a3346632f425e350641d3.tar.gz |
If a user has access to RRD graphs, also let them access the actual RRD graph images.
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r-- | etc/inc/priv.defs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index b5ca9bd..ed01678 100644 --- a/etc/inc/priv.defs.inc +++ b/etc/inc/priv.defs.inc @@ -911,6 +911,7 @@ $priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status: RRD Grap $priv_list['page-status-rrdgraphs']['descr'] = gettext("Allow access to the 'Status: RRD Graphs' page."); $priv_list['page-status-rrdgraphs']['match'] = array(); $priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph.php*"; +$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph_img.php*"; $priv_list['page-status-rrdgraph-settings'] = array(); $priv_list['page-status-rrdgraph-settings']['name'] = gettext("WebCfg - Status: RRD Graphs settings page"); |