summaryrefslogtreecommitdiffstats
path: root/etc
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:14:17 -0400
commit8e95a671fae38d133247cfe2f3b163a9a76debda (patch)
tree4f6c51d95741349b6ed8e014486e51e2ab508057 /etc
parent4bd491a3e3e904d3e352001eaf612409a1801ff3 (diff)
downloadpfsense-8e95a671fae38d133247cfe2f3b163a9a76debda.zip
pfsense-8e95a671fae38d133247cfe2f3b163a9a76debda.tar.gz
Include the rate output in the privilege for the traffic graph.
Diffstat (limited to 'etc')
-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 ed01678..aeba097 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -869,6 +869,7 @@ $priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traff
$priv_list['page-status-trafficgraph']['descr'] = gettext("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'] = gettext("WebCfg - Status: CPU load page");
OpenPOWER on IntegriCloud