summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-03 10:34:49 -0300
committerRenato Botelho <renato@netgate.com>2016-03-03 10:34:49 -0300
commit91b8e8f2179b2d80b1f5361533ff0a291e041392 (patch)
treebcb8479c12484ec159109455d23bfb6d10cce120 /src/etc/inc/priv.defs.inc
parentd5ef2e580e3556312e9dd472b6ad834d68182bfc (diff)
downloadpfsense-91b8e8f2179b2d80b1f5361533ff0a291e041392.zip
pfsense-91b8e8f2179b2d80b1f5361533ff0a291e041392.tar.gz
Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498
Diffstat (limited to 'src/etc/inc/priv.defs.inc')
-rw-r--r--src/etc/inc/priv.defs.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc
index 750bfe7..ee89f5f 100644
--- a/src/etc/inc/priv.defs.inc
+++ b/src/etc/inc/priv.defs.inc
@@ -997,19 +997,6 @@ $priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access
$priv_list['page-status-trafficshaper-queues']['match'] = array();
$priv_list['page-status-trafficshaper-queues']['match'][] = "status_queues.php*";
-$priv_list['page-status-rrdgraphs'] = array();
-$priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status: RRD Graphs");
-$priv_list['page-status-rrdgraphs']['descr'] = gettext("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'] = gettext("WebCfg - Status: RRD Graphs: Settings");
-$priv_list['page-status-rrdgraph-settings']['descr'] = gettext("Allow access to the 'Status: RRD Graphs: Settings' page.");
-$priv_list['page-status-rrdgraph-settings']['match'] = array();
-$priv_list['page-status-rrdgraph-settings']['match'][] = "status_rrd_graph_settings.php*";
-
$priv_list['page-status-services'] = array();
$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services");
$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page.");
OpenPOWER on IntegriCloud