Commit fdef13da authored by Ad Schellevis's avatar Ad Schellevis

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

parent 12670e2e
......@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment