Bug #1126 » 0001-Corrected-duplicate-label-in-the-user-privlage-UI.patch
| etc/inc/priv.defs.inc | ||
|---|---|---|
|
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
|
||
|
$priv_list['page-diag-showbogons'] = array();
|
||
|
$priv_list['page-diag-showbogons']['name'] = "WebCfg - Diagnostics: System Activity";
|
||
|
$priv_list['page-diag-showbogons']['name'] = "WebCfg - Diagnostics: Show Bogons";
|
||
|
$priv_list['page-diag-showbogons']['descr'] = "Allows access to the 'Diagnostics: Show Bogons' page";
|
||
|
$priv_list['page-diag-showbogons']['match'] = array();
|
||
|
$priv_list['page-diag-showbogons']['match'][] = "diag_showbogons.php";
|
||
| ... | ... | |
|
$priv_rmvd = array();
|
||
|
?>
|
||
|
?>
|
||
- « Previous
- 1
- 2
- Next »