summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-10-29 02:22:41 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-10-29 02:22:41 -0600
commit9d46f40baadef6a5a59981870edd5965d7700ec3 (patch)
tree283814057343add66ea97c9a366826d3ad0c83f1
parente3bbd29a562c8d534e52b3c1016935de89b7e586 (diff)
downloadpfsense-9d46f40baadef6a5a59981870edd5965d7700ec3.zip
pfsense-9d46f40baadef6a5a59981870edd5965d7700ec3.tar.gz
Also mention that this allows access to the dashboard.
-rw-r--r--etc/inc/priv.defs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index d991316..7025a95 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -361,8 +361,8 @@ $priv_list['page-xmlrpcinterfacestats']['match'] = array();
$priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*";
$priv_list['page-system-login/logout'] = array();
-$priv_list['page-system-login/logout']['name'] = "WebCfg - System: Login / Logout page";
-$priv_list['page-system-login/logout']['descr'] = "Allow access to the 'System: Login / Logout' page.";
+$priv_list['page-system-login/logout']['name'] = "WebCfg - System: Login / Logout page / Dashboard";
+$priv_list['page-system-login/logout']['descr'] = "Allow access to the 'System: Login / Logout' page and Dashboard.";
$priv_list['page-system-login/logout']['match'] = array();
$priv_list['page-system-login/logout']['match'][] = "index.php*";
OpenPOWER on IntegriCloud