Revision c5c4ae91
Added by Ermal LUÇI almost 15 years ago
etc/inc/priv.defs.inc | ||
---|---|---|
768 | 768 |
$priv_list['page-status-trafficshaper-queues']['match'] = array(); |
769 | 769 |
$priv_list['page-status-trafficshaper-queues']['match'][] = "status_queues.php*"; |
770 | 770 |
|
771 |
$priv_list['page-status-rrdgraphs'] = array(); |
|
772 |
$priv_list['page-status-rrdgraphs']['name'] = "WebCfg - Status: RRD Graphs page"; |
|
773 |
$priv_list['page-status-rrdgraphs']['descr'] = "Allow access to the 'Status: RRD Graphs' page."; |
|
774 |
$priv_list['page-status-rrdgraphs']['match'] = array(); |
|
775 |
$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph.php*"; |
|
776 |
|
|
777 | 771 |
$priv_list['page-status-rrdgraphs'] = array(); |
778 | 772 |
$priv_list['page-status-rrdgraphs']['name'] = "WebCfg - Status: RRD Graphs page"; |
779 | 773 |
$priv_list['page-status-rrdgraphs']['descr'] = "Allow access to the 'Status: RRD Graphs' page."; |
Also available in: Unified diff
remove duplicated entry.