Project

General

Profile

Bug #1126 » 0001-Corrected-duplicate-label-in-the-user-privlage-UI.patch

git formatted patch - John Place, 12/22/2010 05:23 PM

View differences:

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
?>
(2-2/2)