(legacy) fix acl for legacy_traffic_stats.php (replacement for ifstats.php, bandwidth_by_ip.php)

This commit is contained in:
Ad Schellevis 2016-01-07 20:48:54 +01:00
parent 12670e2e01
commit fdef13dae1

View File

@ -63,7 +63,7 @@
"*.widget.php*",
"graph.php*",
"getstats.php*",
"ifstats.php*",
"legacy_traffic_stats.php*",
"diag_logs_filter_dynamic.php*"
]
},
@ -1045,9 +1045,8 @@
"descr": "Allow access to the 'Status: Traffic Graph' page.",
"match": [
"status_graph.php*",
"bandwidth_by_ip.php*",
"graph.php*",
"ifstats.php*"
"legacy_traffic_stats.php*"
]
},
"page-service-upnp": {
@ -1398,7 +1397,7 @@
"name": "WebCfg - XMLRPC Interface Stats page",
"descr": "Allow access to the 'XMLRPC Interface Stats' page.",
"match": [
"ifstats.php*"
"legacy_traffic_stats.php*"
]
},
"page-xmlrpclibrary": {