summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index c284f1f..941120c 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -198,11 +198,11 @@ $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-tables'] = array();
+$priv_list['page-diagnostics-tables']['name'] = "WebCfg - Diagnostics: Tables page";
+$priv_list['page-diagnostics-tables']['descr'] = "Allow access to the 'Diagnostics: Tables' page.";
+$priv_list['page-diagnostics-tables']['match'] = array();
+$priv_list['page-diagnostics-tables']['match'][] = "diag_tables.php*";
$priv_list['page-diagnostics-command'] = array();
$priv_list['page-diagnostics-command']['name'] = "WebCfg - Diagnostics: Command page";
OpenPOWER on IntegriCloud