summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-03-25 11:00:50 +0200
committerWarren Baker <warren@decoy.co.za>2011-03-25 11:00:50 +0200
commitd93ee937f2305f06148d972be92224a2a52ba9e5 (patch)
tree8cf1822d1596697dde19664d34b5e17792ca24ac /etc
parent94aa3d215ab1290aab59549f709d69d83a8ff911 (diff)
downloadpfsense-d93ee937f2305f06148d972be92224a2a52ba9e5.zip
pfsense-d93ee937f2305f06148d972be92224a2a52ba9e5.tar.gz
Make sure to uses 'tables' in array.
Diffstat (limited to 'etc')
-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