mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: fix ACLs redirecting to API page by default (mea culpa)
This commit is contained in:
parent
ce1fae3913
commit
3cee5afa61
@ -45,8 +45,8 @@
|
||||
<page-vpn-ipsec-editkeys>
|
||||
<name>VPN: IPsec: Edit Pre-Shared Keys</name>
|
||||
<patterns>
|
||||
<pattern>api/ipsec/pre_shared_keys</pattern>
|
||||
<pattern>ui/ipsec/pre_shared_keys</pattern>
|
||||
<pattern>api/ipsec/pre_shared_keys</pattern>
|
||||
</patterns>
|
||||
</page-vpn-ipsec-editkeys>
|
||||
<page-vpn-ipsec-mobile>
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
<name>WebCfg - Services: Monit System Monitoring page</name>
|
||||
<description>Allow access to the 'Services: Monit System Monitoring' page.</description>
|
||||
<patterns>
|
||||
<pattern>ui/monit/*</pattern>
|
||||
<pattern>api/monit/service/*</pattern>
|
||||
<pattern>api/monit/settings/*</pattern>
|
||||
<pattern>api/monit/status/*</pattern>
|
||||
<pattern>ui/monit/*</pattern>
|
||||
</patterns>
|
||||
</page-services-monit>
|
||||
</acl>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user