summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-10 10:54:25 -0400
committerjim-p <jimp@pfsense.org>2011-08-10 10:54:25 -0400
commit8fa9b3e7a587e5f951519117935b4088948338f1 (patch)
treea8d70dac310bedfd93141bdb678ebc985181f463 /etc/inc
parent3d2ec65e15f100e0de4ebf04ed8c932c39f865dd (diff)
downloadpfsense-8fa9b3e7a587e5f951519117935b4088948338f1.zip
pfsense-8fa9b3e7a587e5f951519117935b4088948338f1.tar.gz
If a user has access to RRD graphs, also let them access the actual RRD graph images.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/priv.defs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 186906f..a77057f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -911,6 +911,7 @@ $priv_list['page-status-rrdgraphs']['name'] = "WebCfg - Status: RRD Graphs page"
$priv_list['page-status-rrdgraphs']['descr'] = "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'] = "WebCfg - Status: RRD Graphs settings page";
OpenPOWER on IntegriCloud