Revision 050f4830
Added by Ermal LUÇI almost 15 years ago
etc/inc/priv.defs.inc | ||
---|---|---|
773 | 773 |
$priv_list['page-status-rrdgraphs']['descr'] = "Allow access to the 'Status: RRD Graphs' page."; |
774 | 774 |
$priv_list['page-status-rrdgraphs']['match'] = array(); |
775 | 775 |
$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph_settings.php*"; |
776 |
$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph_img.php*"; |
|
776 | 777 |
|
777 | 778 |
$priv_list['page-status-services'] = array(); |
778 | 779 |
$priv_list['page-status-services']['name'] = "WebCfg - Status: Services page"; |
... | ... | |
1109 | 1110 |
$priv_list['page-status-trafficgraph']['descr'] = "Allow access to the 'Status: Traffic Graph' page."; |
1110 | 1111 |
$priv_list['page-status-trafficgraph']['match'] = array(); |
1111 | 1112 |
$priv_list['page-status-trafficgraph']['match'][] = "status_graph.php*"; |
1113 |
$priv_list['page-status-trafficgraph']['match'][] = "bandwidth_by_ip.php*"; |
|
1114 |
$priv_list['page-status-trafficgraph']['match'][] = "graph.php*"; |
|
1115 |
$priv_list['page-status-trafficgraph']['match'][] = "traffic_graphs.widget.php*"; |
|
1112 | 1116 |
|
1113 | 1117 |
$priv_list['page-services-captiveportal-vouchers'] = array(); |
1114 | 1118 |
$priv_list['page-services-captiveportal-vouchers']['name'] = "WebCfg - Services: Captive portal Vouchers page"; |
... | ... | |
1158 | 1162 |
$priv_list['page-firewall-schedules-edit']['match'] = array(); |
1159 | 1163 |
$priv_list['page-firewall-schedules-edit']['match'][] = "firewall_schedule_edit.php*"; |
1160 | 1164 |
|
1161 |
|
|
1162 | 1165 |
$priv_rmvd = array(); |
1163 | 1166 |
|
1164 | 1167 |
?> |
Also available in: Unified diff
Fixes #774. Add some pages to match under proper category.