aboutsummaryrefslogtreecommitdiffstats
path: root/config/bandwidthd/bandwidthd.priv.inc
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-27 09:21:06 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-27 09:21:06 +0200
commit83aff1bb0e117d99b01fd9e6ef19523332aa72c9 (patch)
tree5152959ef25baa3d913ac4dafa0c3762aebc5c3c /config/bandwidthd/bandwidthd.priv.inc
parentac1df0c24a2da43fc65b5b4a993d40e20e15345f (diff)
downloadpfsense-packages-83aff1bb0e117d99b01fd9e6ef19523332aa72c9.tar.gz
pfsense-packages-83aff1bb0e117d99b01fd9e6ef19523332aa72c9.tar.bz2
pfsense-packages-83aff1bb0e117d99b01fd9e6ef19523332aa72c9.zip
bandwidthd - remove no-op priv_list for graphs
Obviously only works with PHP, need more coffee.
Diffstat (limited to 'config/bandwidthd/bandwidthd.priv.inc')
-rw-r--r--config/bandwidthd/bandwidthd.priv.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/bandwidthd/bandwidthd.priv.inc b/config/bandwidthd/bandwidthd.priv.inc
index 68842d8a..4cde70a9 100644
--- a/config/bandwidthd/bandwidthd.priv.inc
+++ b/config/bandwidthd/bandwidthd.priv.inc
@@ -34,12 +34,4 @@ $priv_list['page-diagnostics-bandwidthd-settings']['descr'] = "Allow access to B
$priv_list['page-diagnostics-bandwidthd-settings']['match'] = array();
$priv_list['page-diagnostics-bandwidthd-settings']['match'][] = "pkg_edit.php?xml=bandwidthd.xml*";
-$priv_list['page-diagnostics-bandwidthd-graphs'] = array();
-$priv_list['page-diagnostics-bandwidthd-graphs']['name'] = "WebCfg - Diagnostics: BandwidthD graphs";
-$priv_list['page-diagnostics-bandwidthd-graphs']['descr'] = "Allow access to BandwidthD graphs";
-$priv_list['page-diagnostics-bandwidthd-graphs']['match'] = array();
-$priv_list['page-diagnostics-bandwidthd-graphs']['match'][] = "bandwidthd/*.html*";
-$priv_list['page-diagnostics-bandwidthd-graphs']['match'][] = "bandwidthd/*.gif*";
-$priv_list['page-diagnostics-bandwidthd-graphs']['match'][] = "bandwidthd/*.png*";
-
?>