Project

General

Profile

« Previous | Next » 

Revision 56d23722

Added by Renato Botelho almost 11 years ago

Fix match for help pages privileges, it fixes #3777

View differences:

etc/inc/priv/user.priv.inc
10 10
$priv_list['page-help-all']['name'] = "WebCfg - Help pages";
11 11
$priv_list['page-help-all']['descr'] = "Show all items on help menu";
12 12
$priv_list['page-help-all']['match'] = array();
13
$priv_list['page-help-all']['match'][] = "*www.pfsense.org*";
13
$priv_list['page-help-all']['match'][] = "*help.php";
14 14

  
15 15
$priv_list['page-dashboard-all'] = array();
16 16
$priv_list['page-dashboard-all']['name'] = "WebCfg - Dashboard (all)";

Also available in: Unified diff