summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-17 13:14:17 -0400
committerjim-p <jimp@pfsense.org>2011-08-17 13:15:13 -0400
commit86e1405de40ca1ab1d7ce6726e1181b9ea32f359 (patch)
treeb209be80953480199775e6a8a188ec986a445f96 /etc/inc/priv.defs.inc
parentc63630f0efb1c7dac8a882cd80dd39903ac99916 (diff)
downloadpfsense-86e1405de40ca1ab1d7ce6726e1181b9ea32f359.zip
pfsense-86e1405de40ca1ab1d7ce6726e1181b9ea32f359.tar.gz
Include the rate output in the privilege for the traffic graph.
Diffstat (limited to 'etc/inc/priv.defs.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 a77057f..c698d61 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -869,6 +869,7 @@ $priv_list['page-status-trafficgraph']['name'] = "WebCfg - Status: Traffic Graph
$priv_list['page-status-trafficgraph']['descr'] = "Allow access to the 'Status: Traffic Graph' page.";
$priv_list['page-status-trafficgraph']['match'] = array();
$priv_list['page-status-trafficgraph']['match'][] = "status_graph.php*";
+$priv_list['page-status-trafficgraph']['match'][] = "bandwidth_by_ip.php*";
$priv_list['page-status-cpuload'] = array();
$priv_list['page-status-cpuload']['name'] = "WebCfg - Status: CPU load page";
OpenPOWER on IntegriCloud