summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-08-28 08:32:37 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-08-28 08:32:37 -0300
commit56d237224ffcc565115814b8e25e70e1031684a1 (patch)
tree4d437a096962a10996ec393f44058cd1e07f2547 /etc/inc/priv
parent552e8f5cb72e4be9c4d6cc4d1f0b9c29532809ca (diff)
downloadpfsense-56d237224ffcc565115814b8e25e70e1031684a1.zip
pfsense-56d237224ffcc565115814b8e25e70e1031684a1.tar.gz
Fix match for help pages privileges, it fixes #3777
Diffstat (limited to 'etc/inc/priv')
-rw-r--r--etc/inc/priv/user.priv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/priv/user.priv.inc b/etc/inc/priv/user.priv.inc
index 0b94688..5cd5680 100644
--- a/etc/inc/priv/user.priv.inc
+++ b/etc/inc/priv/user.priv.inc
@@ -10,7 +10,7 @@ $priv_list['page-help-all'] = array();
$priv_list['page-help-all']['name'] = "WebCfg - Help pages";
$priv_list['page-help-all']['descr'] = "Show all items on help menu";
$priv_list['page-help-all']['match'] = array();
-$priv_list['page-help-all']['match'][] = "*www.pfsense.org*";
+$priv_list['page-help-all']['match'][] = "*help.php";
$priv_list['page-dashboard-all'] = array();
$priv_list['page-dashboard-all']['name'] = "WebCfg - Dashboard (all)";
OpenPOWER on IntegriCloud