Commit 1fd55b12 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) there are a few ACL's without a visible UI part included, which may...

(legacy) there are a few ACL's without a visible UI part included, which may result in less practical redirectings when the index is not authorized.

Add the license to the ACL, so we know for sure the menu is visible.

issue https://github.com/opnsense/core/issues/724
parent bd62b3eb
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"name": "WebCfg - AJAX: Get Service Providers", "name": "WebCfg - AJAX: Get Service Providers",
"descr": "Allow access to the 'AJAX: Service Providers' page.", "descr": "Allow access to the 'AJAX: Service Providers' page.",
"match": [ "match": [
"license.php",
"getserviceproviders.php*" "getserviceproviders.php*"
] ]
}, },
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
"name": "WebCfg - AJAX: Get Stats", "name": "WebCfg - AJAX: Get Stats",
"descr": "Allow access to the 'AJAX: Get Stats' page.", "descr": "Allow access to the 'AJAX: Get Stats' page.",
"match": [ "match": [
"license.php",
"getstats.php*" "getstats.php*"
] ]
}, },
......
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