summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-10 21:46:44 +0000
committerErmal <eri@pfsense.org>2010-08-10 21:46:44 +0000
commit050f48306fa7a3c9ba44538b67d9cecf4a8390b7 (patch)
tree0e70135295b5a15c5c2ede65b91e818897e7d54f /etc
parentc5c4ae91ee34493ea74d7402041b6ffccfc2e99f (diff)
downloadpfsense-050f48306fa7a3c9ba44538b67d9cecf4a8390b7.zip
pfsense-050f48306fa7a3c9ba44538b67d9cecf4a8390b7.tar.gz
Fixes #774. Add some pages to match under proper category.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.defs.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 8fc4f4a..c8fd257 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -773,6 +773,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_settings.php*";
+$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph_img.php*";
$priv_list['page-status-services'] = array();
$priv_list['page-status-services']['name'] = "WebCfg - Status: Services page";
@@ -1109,6 +1110,9 @@ $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-trafficgraph']['match'][] = "graph.php*";
+$priv_list['page-status-trafficgraph']['match'][] = "traffic_graphs.widget.php*";
$priv_list['page-services-captiveportal-vouchers'] = array();
$priv_list['page-services-captiveportal-vouchers']['name'] = "WebCfg - Services: Captive portal Vouchers page";
@@ -1158,7 +1162,6 @@ $priv_list['page-firewall-schedules-edit']['descr'] = "Allow access to the 'Fire
$priv_list['page-firewall-schedules-edit']['match'] = array();
$priv_list['page-firewall-schedules-edit']['match'][] = "firewall_schedule_edit.php*";
-
$priv_rmvd = array();
?>
OpenPOWER on IntegriCloud