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