summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.defs.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 74cd92f..c284f1f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -198,6 +198,12 @@ $priv_list['page-diagnostics-traceroute']['descr'] = "Allow access to the 'Diagn
$priv_list['page-diagnostics-traceroute']['match'] = array();
$priv_list['page-diagnostics-traceroute']['match'][] = "diag_traceroute.php*";
+$priv_list['page-diagnostics-traceroute'] = array();
+$priv_list['page-diagnostics-traceroute']['name'] = "WebCfg - Diagnostics: Tables page";
+$priv_list['page-diagnostics-traceroute']['descr'] = "Allow access to the 'Diagnostics: Tables' page.";
+$priv_list['page-diagnostics-traceroute']['match'] = array();
+$priv_list['page-diagnostics-traceroute']['match'][] = "diag_tables.php*";
+
$priv_list['page-diagnostics-command'] = array();
$priv_list['page-diagnostics-command']['name'] = "WebCfg - Diagnostics: Command page";
$priv_list['page-diagnostics-command']['descr'] = "Allow access to the 'Diagnostics: Command' page.";
@@ -1111,12 +1117,6 @@ $priv_list['page-system-groupmanager']['descr'] = "Allow access to the 'System:
$priv_list['page-system-groupmanager']['match'] = array();
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
-$priv_list['page-diag-showbogons'] = array();
-$priv_list['page-diag-showbogons']['name'] = "WebCfg - Diagnostics: Show Bogonsity";
-$priv_list['page-diag-showbogons']['descr'] = "Allows access to the 'Diagnostics: Show Bogons' page";
-$priv_list['page-diag-showbogons']['match'] = array();
-$priv_list['page-diag-showbogons']['match'][] = "diag_showbogons.php";
-
$priv_list['page-status-trafficgraph'] = array();
$priv_list['page-status-trafficgraph']['name'] = "WebCfg - Status: Traffic Graph page";
$priv_list['page-status-trafficgraph']['descr'] = "Allow access to the 'Status: Traffic Graph' page.";
OpenPOWER on IntegriCloud