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