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