1 |
6b07c15a
|
Matthew Grooms
|
<?php
|
2 |
|
|
/*
|
3 |
|
|
* priv.defs.inc - Generated privilege definitions
|
4 |
|
|
*
|
5 |
|
|
*/
|
6 |
|
|
|
7 |
|
|
$priv_list = array();
|
8 |
|
|
|
9 |
|
|
$priv_list['page-all'] = array();
|
10 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-all']['name'] = gettext("WebCfg - All pages");
|
11 |
|
|
$priv_list['page-all']['descr'] = gettext("Allow access to all pages");
|
12 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-all']['match'] = array();
|
13 |
|
|
$priv_list['page-all']['match'][] = "*";
|
14 |
|
|
|
15 |
|
|
$priv_list['page-status-carp'] = array();
|
16 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP page");
|
17 |
|
|
$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page.");
|
18 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-carp']['match'] = array();
|
19 |
|
|
$priv_list['page-status-carp']['match'][] = "carp_status.php*";
|
20 |
|
|
|
21 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-crash-reporter'] = array();
|
22 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter");
|
23 |
|
|
$priv_list['page-diagnostics-crash-reporter']['descr'] = gettext("Uploads crash reports to pfSense and or deletes crash reports.");
|
24 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-crash-reporter']['match'] = array();
|
25 |
|
|
$priv_list['page-diagnostics-crash-reporter']['match'][] = "crash_reporter.php*";
|
26 |
649b4d59
|
sullrich
|
|
27 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-arptable'] = array();
|
28 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics: ARP Table page");
|
29 |
|
|
$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics: ARP Table' page.");
|
30 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-arptable']['match'] = array();
|
31 |
|
|
$priv_list['page-diagnostics-arptable']['match'][] = "diag_arp.php*";
|
32 |
|
|
|
33 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-authentication'] = array();
|
34 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics: Authentication page");
|
35 |
|
|
$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics: Authentication' page.");
|
36 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-authentication']['match'] = array();
|
37 |
|
|
$priv_list['page-diagnostics-authentication']['match'][] = "diag_authentication.php*";
|
38 |
|
|
|
39 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-backup/restore'] = array();
|
40 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-backup/restore']['name'] = gettext("WebCfg - Diagnostics: Backup/restore page");
|
41 |
|
|
$priv_list['page-diagnostics-backup/restore']['descr'] = gettext("Allow access to the 'Diagnostics: Backup/restore' page.");
|
42 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-backup/restore']['match'] = array();
|
43 |
|
|
$priv_list['page-diagnostics-backup/restore']['match'][] = "diag_backup.php*";
|
44 |
|
|
|
45 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-configurationhistory'] = array();
|
46 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics: Configuration History page");
|
47 |
|
|
$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics: Configuration History' page.");
|
48 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-configurationhistory']['match'] = array();
|
49 |
|
|
$priv_list['page-diagnostics-configurationhistory']['match'][] = "diag_confbak.php*";
|
50 |
6b07c15a
|
Matthew Grooms
|
|
51 |
|
|
$priv_list['page-diagnostics-factorydefaults'] = array();
|
52 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics: Factory defaults page");
|
53 |
|
|
$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics: Factory defaults' page.");
|
54 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-factorydefaults']['match'] = array();
|
55 |
|
|
$priv_list['page-diagnostics-factorydefaults']['match'][] = "diag_defaults.php*";
|
56 |
|
|
|
57 |
|
|
$priv_list['page-diagnostics-showstates'] = array();
|
58 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics: Show States page");
|
59 |
|
|
$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics: Show States' page.");
|
60 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-showstates']['match'] = array();
|
61 |
|
|
$priv_list['page-diagnostics-showstates']['match'][] = "diag_dump_states.php*";
|
62 |
|
|
|
63 |
14551ae0
|
bcyrill
|
$priv_list['page-diagnostics-sockets'] = array();
|
64 |
|
|
$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets page");
|
65 |
|
|
$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page.");
|
66 |
|
|
$priv_list['page-diagnostics-sockets']['match'] = array();
|
67 |
|
|
$priv_list['page-diagnostics-sockets']['match'][] = "diag_sockets.php*";
|
68 |
|
|
|
69 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-ipsec'] = array();
|
70 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec page");
|
71 |
|
|
$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page.");
|
72 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-ipsec']['match'] = array();
|
73 |
|
|
$priv_list['page-status-ipsec']['match'][] = "diag_ipsec.php*";
|
74 |
|
|
|
75 |
|
|
$priv_list['page-status-ipsec-sad'] = array();
|
76 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status: IPsec: SAD page");
|
77 |
|
|
$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status: IPsec: SAD' page.");
|
78 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-ipsec-sad']['match'] = array();
|
79 |
|
|
$priv_list['page-status-ipsec-sad']['match'][] = "diag_ipsec_sad.php*";
|
80 |
|
|
|
81 |
|
|
$priv_list['page-status-ipsec-spd'] = array();
|
82 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status: IPsec: SPD page");
|
83 |
|
|
$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status: IPsec: SPD' page.");
|
84 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-ipsec-spd']['match'] = array();
|
85 |
|
|
$priv_list['page-status-ipsec-spd']['match'][] = "diag_ipsec_spd.php*";
|
86 |
|
|
|
87 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-ipsecxml'] = array();
|
88 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-ipsecxml']['name'] = gettext("WebCfg - Diag IPsec XML page");
|
89 |
|
|
$priv_list['page-ipsecxml']['descr'] = gettext("Allow access to the 'Diag IPsec XML' page.");
|
90 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-ipsecxml']['match'] = array();
|
91 |
|
|
$priv_list['page-ipsecxml']['match'][] = "diag_ipsec_xml.php";
|
92 |
|
|
|
93 |
|
|
$priv_list['page-diag-system-activity'] = array();
|
94 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diag-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
|
95 |
|
|
$priv_list['page-diag-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
|
96 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diag-system-activity']['match'] = array();
|
97 |
|
|
$priv_list['page-diag-system-activity']['match'][] = "diag_system_activity*";
|
98 |
|
|
|
99 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-system'] = array();
|
100 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Diagnostics: Logs: System page");
|
101 |
|
|
$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System' page.");
|
102 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-system']['match'] = array();
|
103 |
|
|
$priv_list['page-diagnostics-logs-system']['match'][] = "diag_logs.php*";
|
104 |
|
|
|
105 |
|
|
$priv_list['page-status-systemlogs-portalauth'] = array();
|
106 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-systemlogs-portalauth']['name'] = gettext("WebCfg - Status: System logs: Portal Auth page");
|
107 |
|
|
$priv_list['page-status-systemlogs-portalauth']['descr'] = gettext("Allow access to the 'Status: System logs: Portal Auth' page.");
|
108 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-systemlogs-portalauth']['match'] = array();
|
109 |
|
|
$priv_list['page-status-systemlogs-portalauth']['match'][] = "diag_logs_auth.php*";
|
110 |
|
|
|
111 |
|
|
$priv_list['page-diagnostics-logs-dhcp'] = array();
|
112 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-logs-dhcp']['name'] = gettext("WebCfg - Diagnostics: Logs: DHCP page");
|
113 |
|
|
$priv_list['page-diagnostics-logs-dhcp']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: DHCP' page.");
|
114 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-dhcp']['match'] = array();
|
115 |
|
|
$priv_list['page-diagnostics-logs-dhcp']['match'][] = "diag_logs_dhcp.php*";
|
116 |
|
|
|
117 |
|
|
$priv_list['page-diagnostics-logs-firewall'] = array();
|
118 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Diagnostics: Logs: Firewall page");
|
119 |
|
|
$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Firewall' page.");
|
120 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-firewall']['match'] = array();
|
121 |
|
|
$priv_list['page-diagnostics-logs-firewall']['match'][] = "diag_logs_filter.php*";
|
122 |
|
|
|
123 |
e0977fed
|
smos
|
$priv_list['page-diagnostics-logs-gateways'] = array();
|
124 |
|
|
$priv_list['page-diagnostics-logs-gateways']['name'] = gettext("WebCfg - Diagnostics: Logs: Gateways page");
|
125 |
|
|
$priv_list['page-diagnostics-logs-gateways']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Gateways' page.");
|
126 |
|
|
$priv_list['page-diagnostics-logs-gateways']['match'] = array();
|
127 |
|
|
$priv_list['page-diagnostics-logs-gateways']['match'][] = "diag_logs_gateways.php*";
|
128 |
|
|
|
129 |
|
|
$priv_list['page-diagnostics-logs-resolver'] = array();
|
130 |
|
|
$priv_list['page-diagnostics-logs-resolver']['name'] = gettext("WebCfg - Diagnostics: Logs: Resolver page");
|
131 |
|
|
$priv_list['page-diagnostics-logs-resolver']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Resolver' page.");
|
132 |
|
|
$priv_list['page-diagnostics-logs-resolver']['match'] = array();
|
133 |
|
|
$priv_list['page-diagnostics-logs-resolver']['match'][] = "diag_logs_resolver.php*";
|
134 |
|
|
|
135 |
|
|
$priv_list['page-diagnostics-logs-wireless'] = array();
|
136 |
|
|
$priv_list['page-diagnostics-logs-wireless']['name'] = gettext("WebCfg - Diagnostics: Logs: Wireless page");
|
137 |
|
|
$priv_list['page-diagnostics-logs-wireless']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Wireless' page.");
|
138 |
|
|
$priv_list['page-diagnostics-logs-wireless']['match'] = array();
|
139 |
|
|
$priv_list['page-diagnostics-logs-wireless']['match'][] = "diag_logs_wireless.php*";
|
140 |
|
|
|
141 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-nolongerincluded'] = array();
|
142 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-hidden-nolongerincluded']['name'] = gettext("WebCfg - Hidden: No longer included page");
|
143 |
|
|
$priv_list['page-hidden-nolongerincluded']['descr'] = gettext("Allow access to the 'Hidden: No longer included' page.");
|
144 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-nolongerincluded']['match'] = array();
|
145 |
|
|
$priv_list['page-hidden-nolongerincluded']['match'][] = "diag_logs_filter_dynamic.php*";
|
146 |
|
|
|
147 |
|
|
$priv_list['page-status-systemlogs-ipsecvpn'] = array();
|
148 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-systemlogs-ipsecvpn']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page");
|
149 |
|
|
$priv_list['page-status-systemlogs-ipsecvpn']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page.");
|
150 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-systemlogs-ipsecvpn']['match'] = array();
|
151 |
|
|
$priv_list['page-status-systemlogs-ipsecvpn']['match'][] = "diag_logs_ipsec.php*";
|
152 |
|
|
|
153 |
ffc7d2c4
|
jim-p
|
$priv_list['page-status-systemlogs-ntpd'] = array();
|
154 |
|
|
$priv_list['page-status-systemlogs-ntpd']['name'] = gettext("WebCfg - Status: System logs: NTP page");
|
155 |
|
|
$priv_list['page-status-systemlogs-ntpd']['descr'] = gettext("Allow access to the 'Status: System logs: NTP' page.");
|
156 |
|
|
$priv_list['page-status-systemlogs-ntpd']['match'] = array();
|
157 |
|
|
$priv_list['page-status-systemlogs-ntpd']['match'][] = "diag_logs_ntpd.php*";
|
158 |
6b07c15a
|
Matthew Grooms
|
|
159 |
|
|
$priv_list['page-status-systemlogs-openvpn'] = array();
|
160 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-systemlogs-openvpn']['name'] = gettext("WebCfg - Status: System logs: OpenVPN page");
|
161 |
|
|
$priv_list['page-status-systemlogs-openvpn']['descr'] = gettext("Allow access to the 'Status: System logs: OpenVPN' page.");
|
162 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-systemlogs-openvpn']['match'] = array();
|
163 |
|
|
$priv_list['page-status-systemlogs-openvpn']['match'][] = "diag_logs_openvpn.php*";
|
164 |
|
|
|
165 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-systemlogs-ppp'] = array();
|
166 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-systemlogs-ppp']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page");
|
167 |
|
|
$priv_list['page-status-systemlogs-ppp']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page.");
|
168 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-systemlogs-ppp']['match'] = array();
|
169 |
|
|
$priv_list['page-status-systemlogs-ppp']['match'][] = "diag_logs_ppp.php*";
|
170 |
|
|
|
171 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-systemlogs-loadbalancer'] = array();
|
172 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-systemlogs-loadbalancer']['name'] = gettext("WebCfg - Status: System logs: Load Balancer page");
|
173 |
|
|
$priv_list['page-status-systemlogs-loadbalancer']['descr'] = gettext("Allow access to the 'Status: System logs: Load Balancer' page.");
|
174 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-systemlogs-loadbalancer']['match'] = array();
|
175 |
|
|
$priv_list['page-status-systemlogs-loadbalancer']['match'][] = "diag_logs_relayd.php*";
|
176 |
|
|
|
177 |
|
|
$priv_list['page-diagnostics-logs-settings'] = array();
|
178 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Diagnostics: Logs: Settings page");
|
179 |
|
|
$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Settings' page.");
|
180 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-settings']['match'] = array();
|
181 |
|
|
$priv_list['page-diagnostics-logs-settings']['match'][] = "diag_logs_settings.php*";
|
182 |
|
|
|
183 |
|
|
$priv_list['page-diagnostics-logs-pptpvpn'] = array();
|
184 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Diagnostics: Logs: VPN page");
|
185 |
|
|
$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: VPN' page.");
|
186 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-logs-pptpvpn']['match'] = array();
|
187 |
|
|
$priv_list['page-diagnostics-logs-pptpvpn']['match'][] = "diag_logs_vpn.php*";
|
188 |
|
|
|
189 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-nanobsd'] = array();
|
190 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-nanobsd']['name'] = gettext("WebCfg - Diagnostics: NanoBSD");
|
191 |
|
|
$priv_list['page-diagnostics-nanobsd']['descr'] = gettext("Allow access to the 'Diagnostics: NanoBSD' page.");
|
192 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-nanobsd']['match'] = array();
|
193 |
|
|
$priv_list['page-diagnostics-nanobsd']['match'][] = "diag_nanobsd.php*";
|
194 |
|
|
|
195 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-packetcapture'] = array();
|
196 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics: Packet Capture page");
|
197 |
|
|
$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics: Packet Capture' page.");
|
198 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-packetcapture']['match'] = array();
|
199 |
|
|
$priv_list['page-diagnostics-packetcapture']['match'][] = "diag_packet_capture.php*";
|
200 |
|
|
|
201 |
649b4d59
|
sullrich
|
$priv_list['page-diagnostics-patters'] = array();
|
202 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-patters']['name'] = gettext("WebCfg - Diagnostics: Patterns page");
|
203 |
|
|
$priv_list['page-diagnostics-patters']['descr'] = gettext("Allow access to the 'Diagnostics: Patterns' page.");
|
204 |
649b4d59
|
sullrich
|
$priv_list['page-diagnostics-patters']['match'] = array();
|
205 |
|
|
$priv_list['page-diagnostics-patters']['match'][] = "patterns.php*";
|
206 |
|
|
|
207 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diag-system-activity'] = array();
|
208 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diag-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
|
209 |
|
|
$priv_list['page-diag-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
|
210 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diag-system-activity']['match'] = array();
|
211 |
|
|
$priv_list['page-diag-system-activity']['match'][] = "diag_system_activity*";
|
212 |
|
|
|
213 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-ping'] = array();
|
214 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics: Ping page");
|
215 |
|
|
$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics: Ping' page.");
|
216 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-ping']['match'] = array();
|
217 |
|
|
$priv_list['page-diagnostics-ping']['match'][] = "diag_ping.php*";
|
218 |
|
|
|
219 |
|
|
$priv_list['page-status-packagelogs'] = array();
|
220 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status: Package logs page");
|
221 |
|
|
$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status: Package logs' page.");
|
222 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-packagelogs']['match'] = array();
|
223 |
|
|
$priv_list['page-status-packagelogs']['match'][] = "diag_pkglogs.php*";
|
224 |
|
|
|
225 |
|
|
$priv_list['page-diagnostics-resetstate'] = array();
|
226 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics: Reset state page");
|
227 |
|
|
$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics: Reset state' page.");
|
228 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-resetstate']['match'] = array();
|
229 |
|
|
$priv_list['page-diagnostics-resetstate']['match'][] = "diag_resetstate.php*";
|
230 |
|
|
|
231 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-diagnostics-routingtables'] = array();
|
232 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics: Routing tables page");
|
233 |
|
|
$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics: Routing tables' page.");
|
234 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-diagnostics-routingtables']['match'] = array();
|
235 |
|
|
$priv_list['page-diagnostics-routingtables']['match'][] = "diag_routes.php*";
|
236 |
|
|
|
237 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-statessummary'] = array();
|
238 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics: States Summary page");
|
239 |
|
|
$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics: States Summary' page.");
|
240 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-statessummary']['match'] = array();
|
241 |
|
|
$priv_list['page-diagnostics-statessummary']['match'][] = "diag_states_summary.php*";
|
242 |
649b4d59
|
sullrich
|
|
243 |
|
|
$priv_list['page-diag-system-activity'] = array();
|
244 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diag-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
|
245 |
|
|
$priv_list['page-diag-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
|
246 |
649b4d59
|
sullrich
|
$priv_list['page-diag-system-activity']['match'] = array();
|
247 |
|
|
$priv_list['page-diag-system-activity']['match'][] = "diag_system_activity*";
|
248 |
|
|
|
249 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diag-system-activity'] = array();
|
250 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diag-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
|
251 |
|
|
$priv_list['page-diag-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
|
252 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diag-system-activity']['match'] = array();
|
253 |
fce938b3
|
jim-p
|
$priv_list['page-diag-system-activity']['match'][] = "diag_system_pftop.php*";
|
254 |
dca5e2b8
|
Scott Ullrich
|
|
255 |
|
|
$priv_list['page-diagnostics-tables'] = array();
|
256 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: PF Table IP addresses");
|
257 |
|
|
$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics: Tables' page.");
|
258 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-tables']['match'] = array();
|
259 |
|
|
$priv_list['page-diagnostics-tables']['match'][] = "diag_tables.php*";
|
260 |
649b4d59
|
sullrich
|
|
261 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-traceroute'] = array();
|
262 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics: Traceroute page");
|
263 |
|
|
$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics: Traceroute' page.");
|
264 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-traceroute']['match'] = array();
|
265 |
|
|
$priv_list['page-diagnostics-traceroute']['match'][] = "diag_traceroute.php*";
|
266 |
|
|
|
267 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-edit'] = array();
|
268 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-edit']['name'] = gettext("WebCfg - Diagnostics: Edit FIle");
|
269 |
|
|
$priv_list['page-diagnostics-edit']['descr'] = gettext("Allow access to the 'Diagnostics: Edit File' page.");
|
270 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-edit']['match'] = array();
|
271 |
|
|
$priv_list['page-diagnostics-edit']['match'][] = "edit.php*";
|
272 |
16dcdff1
|
Ermal
|
$priv_list['page-diagnostics-edit']['match'][] = "browser.php*";
|
273 |
|
|
$priv_list['page-diagnostics-edit']['match'][] = "filebrowser/browser.php*";
|
274 |
94aa3d21
|
Warren Baker
|
|
275 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-command'] = array();
|
276 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-command']['name'] = gettext("WebCfg - Diagnostics: Command page");
|
277 |
|
|
$priv_list['page-diagnostics-command']['descr'] = gettext("Allow access to the 'Diagnostics: Command' page.");
|
278 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-command']['match'] = array();
|
279 |
|
|
$priv_list['page-diagnostics-command']['match'][] = "exec.php*";
|
280 |
|
|
|
281 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-aliases'] = array();
|
282 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases page");
|
283 |
|
|
$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page.");
|
284 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-aliases']['match'] = array();
|
285 |
|
|
$priv_list['page-firewall-aliases']['match'][] = "firewall_aliases.php*";
|
286 |
|
|
|
287 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-alias-edit'] = array();
|
288 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall: Alias: Edit page");
|
289 |
|
|
$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall: Alias: Edit' page.");
|
290 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-alias-edit']['match'] = array();
|
291 |
|
|
$priv_list['page-firewall-alias-edit']['match'][] = "firewall_aliases_edit.php*";
|
292 |
|
|
|
293 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-alias-import'] = array();
|
294 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall: Alias: Import page");
|
295 |
|
|
$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall: Alias: Import' page.");
|
296 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-alias-import']['match'] = array();
|
297 |
|
|
$priv_list['page-firewall-alias-import']['match'][] = "firewall_aliases_import.php*";
|
298 |
|
|
|
299 |
|
|
$priv_list['page-firewall-nat-portforward'] = array();
|
300 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward page");
|
301 |
|
|
$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward' page.");
|
302 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-nat-portforward']['match'] = array();
|
303 |
|
|
$priv_list['page-firewall-nat-portforward']['match'][] = "firewall_nat.php*";
|
304 |
|
|
|
305 |
|
|
$priv_list['page-firewall-nat-1-1'] = array();
|
306 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall: NAT: 1:1 page");
|
307 |
|
|
$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1' page.");
|
308 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-nat-1-1']['match'] = array();
|
309 |
|
|
$priv_list['page-firewall-nat-1-1']['match'][] = "firewall_nat_1to1.php*";
|
310 |
|
|
|
311 |
|
|
$priv_list['page-firewall-nat-1-1-edit'] = array();
|
312 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall: NAT: 1:1: Edit page");
|
313 |
|
|
$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1: Edit' page.");
|
314 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-nat-1-1-edit']['match'] = array();
|
315 |
|
|
$priv_list['page-firewall-nat-1-1-edit']['match'][] = "firewall_nat_1to1_edit.php*";
|
316 |
|
|
|
317 |
|
|
$priv_list['page-firewall-nat-portforward-edit'] = array();
|
318 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward: Edit page");
|
319 |
|
|
$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward: Edit' page.");
|
320 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-nat-portforward-edit']['match'] = array();
|
321 |
|
|
$priv_list['page-firewall-nat-portforward-edit']['match'][] = "firewall_nat_edit.php*";
|
322 |
|
|
|
323 |
|
|
$priv_list['page-firewall-nat-outbound'] = array();
|
324 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall: NAT: Outbound page");
|
325 |
|
|
$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound' page.");
|
326 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-nat-outbound']['match'] = array();
|
327 |
|
|
$priv_list['page-firewall-nat-outbound']['match'][] = "firewall_nat_out.php*";
|
328 |
|
|
|
329 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-nat-outbound-edit'] = array();
|
330 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall: NAT: Outbound: Edit page");
|
331 |
|
|
$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound: Edit' page.");
|
332 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-nat-outbound-edit']['match'] = array();
|
333 |
|
|
$priv_list['page-firewall-nat-outbound-edit']['match'][] = "firewall_nat_out_edit.php*";
|
334 |
|
|
|
335 |
|
|
$priv_list['page-firewall-rules'] = array();
|
336 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall: Rules page");
|
337 |
|
|
$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall: Rules' page.");
|
338 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-rules']['match'] = array();
|
339 |
|
|
$priv_list['page-firewall-rules']['match'][] = "firewall_rules.php*";
|
340 |
|
|
|
341 |
|
|
$priv_list['page-firewall-rules-edit'] = array();
|
342 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall: Rules: Edit page");
|
343 |
|
|
$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall: Rules: Edit' page.");
|
344 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-rules-edit']['match'] = array();
|
345 |
|
|
$priv_list['page-firewall-rules-edit']['match'][] = "firewall_rules_edit.php*";
|
346 |
6b07c15a
|
Matthew Grooms
|
|
347 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-schedules'] = array();
|
348 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall: Schedules page");
|
349 |
|
|
$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall: Schedules' page.");
|
350 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-schedules']['match'] = array();
|
351 |
|
|
$priv_list['page-firewall-schedules']['match'][] = "firewall_schedule.php*";
|
352 |
6b07c15a
|
Matthew Grooms
|
|
353 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-schedules-edit'] = array();
|
354 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall: Schedules: Edit page");
|
355 |
|
|
$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall: Schedules: Edit' page.");
|
356 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-firewall-schedules-edit']['match'] = array();
|
357 |
|
|
$priv_list['page-firewall-schedules-edit']['match'][] = "firewall_schedule_edit.php*";
|
358 |
|
|
|
359 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-firewall-trafficshaper'] = array();
|
360 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall: Traffic Shaper page");
|
361 |
|
|
$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper' page.");
|
362 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-firewall-trafficshaper']['match'] = array();
|
363 |
|
|
$priv_list['page-firewall-trafficshaper']['match'][] = "firewall_shaper.php*";
|
364 |
6b07c15a
|
Matthew Grooms
|
|
365 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-trafficshaper-layer7'] = array();
|
366 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-trafficshaper-layer7']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Layer7 page");
|
367 |
|
|
$priv_list['page-firewall-trafficshaper-layer7']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Layer7' page.");
|
368 |
649b4d59
|
sullrich
|
$priv_list['page-firewall-trafficshaper-layer7']['match'] = array();
|
369 |
|
|
$priv_list['page-firewall-trafficshaper-layer7']['match'][] = "firewall_shaper_layer7.php*";
|
370 |
6b07c15a
|
Matthew Grooms
|
|
371 |
|
|
$priv_list['page-firewall-trafficshaper-queues'] = array();
|
372 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Queues page");
|
373 |
|
|
$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Queues' page.");
|
374 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-trafficshaper-queues']['match'] = array();
|
375 |
|
|
$priv_list['page-firewall-trafficshaper-queues']['match'][] = "firewall_shaper_queues.php*";
|
376 |
|
|
|
377 |
|
|
$priv_list['page-firewall-trafficshaper-limiter'] = array();
|
378 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiter page");
|
379 |
|
|
$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiter' page.");
|
380 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-trafficshaper-limiter']['match'] = array();
|
381 |
|
|
$priv_list['page-firewall-trafficshaper-limiter']['match'][] = "firewall_shaper_vinterface.php*";
|
382 |
|
|
|
383 |
|
|
$priv_list['page-firewall-trafficshaper-wizard'] = array();
|
384 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Wizard page");
|
385 |
|
|
$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Wizard' page.");
|
386 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-trafficshaper-wizard']['match'] = array();
|
387 |
|
|
$priv_list['page-firewall-trafficshaper-wizard']['match'][] = "firewall_shaper_wizards.php*";
|
388 |
|
|
|
389 |
|
|
$priv_list['page-firewall-virtualipaddresses'] = array();
|
390 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall: Virtual IP Addresses page");
|
391 |
|
|
$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Addresses' page.");
|
392 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-virtualipaddresses']['match'] = array();
|
393 |
|
|
$priv_list['page-firewall-virtualipaddresses']['match'][] = "firewall_virtual_ip.php*";
|
394 |
|
|
|
395 |
|
|
$priv_list['page-firewall-virtualipaddress-edit'] = array();
|
396 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall: Virtual IP Address: Edit page");
|
397 |
|
|
$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Address: Edit' page.");
|
398 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-firewall-virtualipaddress-edit']['match'] = array();
|
399 |
|
|
$priv_list['page-firewall-virtualipaddress-edit']['match'][] = "firewall_virtual_ip_edit.php*";
|
400 |
|
|
|
401 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-getserviceproviders'] = array();
|
402 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX: Get Service Providers");
|
403 |
|
|
$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX: Service Providers' page.");
|
404 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-getserviceproviders']['match'] = array();
|
405 |
|
|
$priv_list['page-getserviceproviders']['match'][] = "getserviceproviders.php*";
|
406 |
|
|
|
407 |
649b4d59
|
sullrich
|
$priv_list['page-getstats'] = array();
|
408 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX: Get Stats");
|
409 |
|
|
$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page.");
|
410 |
649b4d59
|
sullrich
|
$priv_list['page-getstats']['match'] = array();
|
411 |
|
|
$priv_list['page-getstats']['match'][] = "getstats.php*";
|
412 |
|
|
|
413 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-interfacetraffic'] = array();
|
414 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics: Interface Traffic page");
|
415 |
|
|
$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics: Interface Traffic' page.");
|
416 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-interfacetraffic']['match'] = array();
|
417 |
|
|
$priv_list['page-diagnostics-interfacetraffic']['match'][] = "graph.php*";
|
418 |
c3d42a86
|
Matthew Grooms
|
|
419 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-cpuutilization'] = array();
|
420 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page");
|
421 |
|
|
$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page.");
|
422 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-cpuutilization']['match'] = array();
|
423 |
|
|
$priv_list['page-diagnostics-cpuutilization']['match'][] = "graph_cpu.php*";
|
424 |
|
|
|
425 |
|
|
$priv_list['page-diagnostics-haltsystem'] = array();
|
426 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics: Halt system page");
|
427 |
|
|
$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Halt system' page.");
|
428 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-haltsystem']['match'] = array();
|
429 |
|
|
$priv_list['page-diagnostics-haltsystem']['match'][] = "halt.php*";
|
430 |
|
|
|
431 |
|
|
$priv_list['page-requiredforjavascript'] = array();
|
432 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-requiredforjavascript']['name'] = gettext("WebCfg - Required for javascript page");
|
433 |
|
|
$priv_list['page-requiredforjavascript']['descr'] = gettext("Allow access to the 'Required for javascript' page.");
|
434 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-requiredforjavascript']['match'] = array();
|
435 |
|
|
$priv_list['page-requiredforjavascript']['match'][] = "headjs.php*";
|
436 |
|
|
|
437 |
|
|
$priv_list['page-xmlrpcinterfacestats'] = array();
|
438 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats page");
|
439 |
|
|
$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page.");
|
440 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-xmlrpcinterfacestats']['match'] = array();
|
441 |
|
|
$priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*";
|
442 |
|
|
|
443 |
|
|
$priv_list['page-system-login/logout'] = array();
|
444 |
8c06f62f
|
Vinicius Coque
|
$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System: Login / Logout page / Dashboard");
|
445 |
|
|
$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard.");
|
446 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-login/logout']['match'] = array();
|
447 |
|
|
$priv_list['page-system-login/logout']['match'][] = "index.php*";
|
448 |
|
|
|
449 |
01eb687d
|
Ermal Luçi
|
$priv_list['page-interfaces'] = array();
|
450 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN page");
|
451 |
|
|
$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page.");
|
452 |
01eb687d
|
Ermal Luçi
|
$priv_list['page-interfaces']['match'] = array();
|
453 |
|
|
$priv_list['page-interfaces']['match'][] = "interfaces.php*";
|
454 |
|
|
|
455 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-assignnetworkports'] = array();
|
456 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces: Assign network ports page");
|
457 |
|
|
$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces: Assign network ports' page.");
|
458 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-assignnetworkports']['match'] = array();
|
459 |
|
|
$priv_list['page-interfaces-assignnetworkports']['match'][] = "interfaces_assign.php*";
|
460 |
|
|
|
461 |
649b4d59
|
sullrich
|
$priv_list['page-interfaces-bridge'] = array();
|
462 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces: Bridge page");
|
463 |
|
|
$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces: Bridge' page.");
|
464 |
649b4d59
|
sullrich
|
$priv_list['page-interfaces-bridge']['match'] = array();
|
465 |
|
|
$priv_list['page-interfaces-bridge']['match'][] = "interfaces_bridge.php*";
|
466 |
|
|
|
467 |
|
|
$priv_list['page-interfaces-bridge-edit'] = array();
|
468 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces: Bridge edit page");
|
469 |
|
|
$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces: Bridge : Edit' page.");
|
470 |
649b4d59
|
sullrich
|
$priv_list['page-interfaces-bridge-edit']['match'] = array();
|
471 |
|
|
$priv_list['page-interfaces-bridge-edit']['match'][] = "interfaces_bridge_edit.php*";
|
472 |
6b07c15a
|
Matthew Grooms
|
|
473 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-gif'] = array();
|
474 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces: GIF page");
|
475 |
|
|
$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces: GIF' page.");
|
476 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-gif']['match'] = array();
|
477 |
|
|
$priv_list['page-interfaces-gif']['match'][] = "interfaces_gif.php*";
|
478 |
|
|
|
479 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-gif-edit'] = array();
|
480 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces: GIF: Edit page");
|
481 |
|
|
$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces: GIF: Edit' page.");
|
482 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-gif-edit']['match'] = array();
|
483 |
|
|
$priv_list['page-interfaces-gif-edit']['match'][] = "interfaces_gif_edit.php*";
|
484 |
|
|
|
485 |
|
|
$priv_list['page-interfaces-gre'] = array();
|
486 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces: GRE page");
|
487 |
|
|
$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces: GRE' page.");
|
488 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-gre']['match'] = array();
|
489 |
|
|
$priv_list['page-interfaces-gre']['match'][] = "interfaces_gre.php*";
|
490 |
|
|
|
491 |
|
|
$priv_list['page-interfaces-gre-edit'] = array();
|
492 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces: GRE: Edit page");
|
493 |
|
|
$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces: GRE: Edit' page.");
|
494 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-gre-edit']['match'] = array();
|
495 |
|
|
$priv_list['page-interfaces-gre-edit']['match'][] = "interfaces_gre_edit.php*";
|
496 |
|
|
|
497 |
649b4d59
|
sullrich
|
$priv_list['page-interfaces-groups'] = array();
|
498 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces: Groups page");
|
499 |
|
|
$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups");
|
500 |
649b4d59
|
sullrich
|
$priv_list['page-interfaces-groups']['match'] = array();
|
501 |
|
|
$priv_list['page-interfaces-groups']['match'][] = "interfaces_groups.php*";
|
502 |
|
|
|
503 |
|
|
$priv_list['page-interfacess-groups'] = array();
|
504 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfacess-groups']['name'] = gettext("WebCfg - Interfaces: Groups: Edit page");
|
505 |
|
|
$priv_list['page-interfacess-groups']['descr'] = gettext("Edit Interface groups");
|
506 |
649b4d59
|
sullrich
|
$priv_list['page-interfacess-groups']['match'] = array();
|
507 |
|
|
$priv_list['page-interfacess-groups']['match'][] = "interfaces_groups_edit.php*";
|
508 |
|
|
|
509 |
|
|
$priv_list['page-interfacess-lagg'] = array();
|
510 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfacess-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG: page");
|
511 |
|
|
$priv_list['page-interfacess-lagg']['descr'] = gettext("Edit Interface LAGG");
|
512 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfacess-lagg']['match'] = array();
|
513 |
|
|
$priv_list['page-interfacess-lagg']['match'][] = "interfaces_lagg.php*";
|
514 |
|
|
|
515 |
649b4d59
|
sullrich
|
$priv_list['page-interfacess-lagg'] = array();
|
516 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfacess-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG: Edit page");
|
517 |
|
|
$priv_list['page-interfacess-lagg']['descr'] = gettext("Edit Interface LAGG");
|
518 |
649b4d59
|
sullrich
|
$priv_list['page-interfacess-lagg']['match'] = array();
|
519 |
|
|
$priv_list['page-interfacess-lagg']['match'][] = "interfaces_lagg_edit.php*";
|
520 |
|
|
|
521 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-ppps'] = array();
|
522 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces: ppps page");
|
523 |
|
|
$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces: ppps' page.");
|
524 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-ppps']['match'] = array();
|
525 |
|
|
$priv_list['page-interfaces-ppps']['match'][] = "interfaces_ppps.php*";
|
526 |
|
|
|
527 |
|
|
$priv_list['page-interfaces-ppps-edit'] = array();
|
528 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces: PPPs: Edit page");
|
529 |
|
|
$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces: PPPs: Edit' page.");
|
530 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-ppps-edit']['match'] = array();
|
531 |
|
|
$priv_list['page-interfaces-ppps-edit']['match'][] = "interfaces_ppps_edit.php*";
|
532 |
|
|
|
533 |
|
|
$priv_list['page-interfaces-qinq'] = array();
|
534 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ page");
|
535 |
|
|
$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces: QinQ' page.");
|
536 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfaces-qinq']['match'] = array();
|
537 |
|
|
$priv_list['page-interfaces-qinq']['match'][] = "interfaces_qinq.php*";
|
538 |
|
|
|
539 |
|
|
$priv_list['page-interfacess-qinq'] = array();
|
540 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-interfacess-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ: Edit page");
|
541 |
|
|
$priv_list['page-interfacess-qinq']['descr'] = gettext("Edit Interface qinq");
|
542 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-interfacess-qinq']['match'] = array();
|
543 |
|
|
$priv_list['page-interfacess-qinq']['match'][] = "interfaces_qinq_edit.php*";
|
544 |
|
|
|
545 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-vlan'] = array();
|
546 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces: VLAN page");
|
547 |
|
|
$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces: VLAN' page.");
|
548 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-vlan']['match'] = array();
|
549 |
|
|
$priv_list['page-interfaces-vlan']['match'][] = "interfaces_vlan.php*";
|
550 |
|
|
|
551 |
|
|
$priv_list['page-interfaces-vlan-edit'] = array();
|
552 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces: VLAN: Edit page");
|
553 |
|
|
$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces: VLAN: Edit' page.");
|
554 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-interfaces-vlan-edit']['match'] = array();
|
555 |
|
|
$priv_list['page-interfaces-vlan-edit']['match'][] = "interfaces_vlan_edit.php*";
|
556 |
|
|
|
557 |
333addaf
|
Erik Fonnesbeck
|
$priv_list['page-interfaces-wireless'] = array();
|
558 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces: Wireless page");
|
559 |
|
|
$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces: Wireless' page.");
|
560 |
333addaf
|
Erik Fonnesbeck
|
$priv_list['page-interfaces-wireless']['match'] = array();
|
561 |
|
|
$priv_list['page-interfaces-wireless']['match'][] = "interfaces_wireless.php*";
|
562 |
|
|
|
563 |
|
|
$priv_list['page-interfaces-wireless-edit'] = array();
|
564 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces: Wireless edit page");
|
565 |
|
|
$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces: Wireless : Edit' page.");
|
566 |
333addaf
|
Erik Fonnesbeck
|
$priv_list['page-interfaces-wireless-edit']['match'] = array();
|
567 |
|
|
$priv_list['page-interfaces-wireless-edit']['match'][] = "interfaces_wireless_edit.php*";
|
568 |
|
|
|
569 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-license'] = array();
|
570 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-license']['name'] = gettext("WebCfg - System: License page");
|
571 |
|
|
$priv_list['page-system-license']['descr'] = gettext("Allow access to the 'System: License' page.");
|
572 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-license']['match'] = array();
|
573 |
|
|
$priv_list['page-system-license']['match'][] = "license.php*";
|
574 |
|
|
|
575 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-services-loadbalancer-monitor'] = array();
|
576 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-monitor']['name'] = gettext("WebCfg - Services: Load Balancer: Monitors page");
|
577 |
|
|
$priv_list['page-services-loadbalancer-monitor']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitors' page.");
|
578 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-services-loadbalancer-monitor']['match'] = array();
|
579 |
|
|
$priv_list['page-services-loadbalancer-monitor']['match'][] = "load_balancer_monitor.php*";
|
580 |
|
|
|
581 |
|
|
$priv_list['page-services-loadbalancer-monitor-edit'] = array();
|
582 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-monitor-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Monitor: Edit page");
|
583 |
|
|
$priv_list['page-services-loadbalancer-monitor-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitor: Edit' page.");
|
584 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-services-loadbalancer-monitor-edit']['match'] = array();
|
585 |
649b4d59
|
sullrich
|
$priv_list['page-services-loadbalancer-monitor-edit']['match'][] = "load_balancer_monitor_edit.php*";
|
586 |
c3d42a86
|
Matthew Grooms
|
|
587 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-loadbalancer-pool'] = array();
|
588 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-loadbalancer-pool']['name'] = gettext("WebCfg - Load Balancer: Pool page");
|
589 |
|
|
$priv_list['page-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Load Balancer: Pool' page.");
|
590 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-loadbalancer-pool']['match'] = array();
|
591 |
|
|
$priv_list['page-loadbalancer-pool']['match'][] = "load_balancer_pool.php*";
|
592 |
|
|
|
593 |
|
|
$priv_list['page-loadbalancer-pool-edit'] = array();
|
594 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-loadbalancer-pool-edit']['name'] = gettext("WebCfg - Load Balancer: Pool: Edit page");
|
595 |
|
|
$priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Pool: Edit' page.");
|
596 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-loadbalancer-pool-edit']['match'] = array();
|
597 |
|
|
$priv_list['page-loadbalancer-pool-edit']['match'][] = "load_balancer_pool_edit.php*";
|
598 |
|
|
|
599 |
649b4d59
|
sullrich
|
$priv_list['page-services-loadbalancer-relay-action'] = array();
|
600 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Actions page");
|
601 |
|
|
$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Actions' page.");
|
602 |
649b4d59
|
sullrich
|
$priv_list['page-services-loadbalancer-relay-action']['match'] = array();
|
603 |
|
|
$priv_list['page-services-loadbalancer-relay-action']['match'][] = "load_balancer_relay_action.php*";
|
604 |
|
|
|
605 |
|
|
$priv_list['page-services-loadbalancer-relay-action-edit'] = array();
|
606 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Action: Edit page");
|
607 |
|
|
$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Action: Edit' page.");
|
608 |
649b4d59
|
sullrich
|
$priv_list['page-services-loadbalancer-relay-action-edit']['match'] = array();
|
609 |
|
|
$priv_list['page-services-loadbalancer-relay-action-edit']['match'][] = "load_balancer_relay_action_edit.php*";
|
610 |
|
|
|
611 |
|
|
$priv_list['page-services-loadbalancer-relay-protocol'] = array();
|
612 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocols page");
|
613 |
|
|
$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocols' page.");
|
614 |
649b4d59
|
sullrich
|
$priv_list['page-services-loadbalancer-relay-protocol']['match'] = array();
|
615 |
|
|
$priv_list['page-services-loadbalancer-relay-protocol']['match'][] = "load_balancer_relay_protocol.php*";
|
616 |
|
|
|
617 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-loadbalancer-relay-protocol-edit'] = array();
|
618 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocol: Edit page");
|
619 |
|
|
$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocol: Edit' page.");
|
620 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'] = array();
|
621 |
|
|
$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'][] = "load_balancer_relay_protocol_edit.php*";
|
622 |
|
|
|
623 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-loadbalancer-virtualservers'] = array();
|
624 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-loadbalancer-virtualservers']['name'] = gettext("WebCfg - Services: Load Balancer: Virtual Servers page");
|
625 |
|
|
$priv_list['page-services-loadbalancer-virtualservers']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Virtual Servers' page.");
|
626 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-loadbalancer-virtualservers']['match'] = array();
|
627 |
|
|
$priv_list['page-services-loadbalancer-virtualservers']['match'][] = "load_balancer_virtual_server.php*";
|
628 |
|
|
|
629 |
|
|
$priv_list['page-loadbalancer-virtualserver-edit'] = array();
|
630 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit page");
|
631 |
|
|
$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page.");
|
632 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-loadbalancer-virtualserver-edit']['match'] = array();
|
633 |
|
|
$priv_list['page-loadbalancer-virtualserver-edit']['match'][] = "load_balancer_virtual_server_edit.php*";
|
634 |
|
|
|
635 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-package-settings'] = array();
|
636 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package: Settings page");
|
637 |
|
|
$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package: Settings' page.");
|
638 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-package-settings']['match'] = array();
|
639 |
|
|
$priv_list['page-package-settings']['match'][] = "pkg.php*";
|
640 |
|
|
|
641 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-package-edit'] = array();
|
642 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package: Edit page");
|
643 |
|
|
$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package: Edit' page.");
|
644 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-package-edit']['match'] = array();
|
645 |
|
|
$priv_list['page-package-edit']['match'][] = "pkg_edit.php*";
|
646 |
|
|
|
647 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-packagemanager'] = array();
|
648 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System: Package Manager page");
|
649 |
|
|
$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System: Package Manager' page.");
|
650 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-packagemanager']['match'] = array();
|
651 |
|
|
$priv_list['page-system-packagemanager']['match'][] = "pkg_mgr.php*";
|
652 |
|
|
|
653 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-packagemanager-installpackage'] = array();
|
654 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System: Package Manager: Install Package page");
|
655 |
|
|
$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System: Package Manager: Install Package' page.");
|
656 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-packagemanager-installpackage']['match'] = array();
|
657 |
|
|
$priv_list['page-system-packagemanager-installpackage']['match'][] = "pkg_mgr_install.php*";
|
658 |
|
|
|
659 |
|
|
$priv_list['page-system-packagemanager-installed'] = array();
|
660 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System: Package Manager: Installed page");
|
661 |
|
|
$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System: Package Manager: Installed' page.");
|
662 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-packagemanager-installed']['match'] = array();
|
663 |
|
|
$priv_list['page-system-packagemanager-installed']['match'][] = "pkg_mgr_installed.php*";
|
664 |
|
|
|
665 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-pkg-mgr-settings'] = array();
|
666 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-pkg-mgr-settings']['name'] = gettext("WebCfg - Packages: Settings page");
|
667 |
|
|
$priv_list['page-pkg-mgr-settings']['descr'] = gettext("Allow access to the 'Packages: Settings' page.");
|
668 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-pkg-mgr-settings']['match'] = array();
|
669 |
|
|
$priv_list['page-pkg-mgr-settings']['match'][] = "pkg_mgr_settings.php*";
|
670 |
|
|
|
671 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-rebootsystem'] = array();
|
672 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics: Reboot System page");
|
673 |
|
|
$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Reboot System' page.");
|
674 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-rebootsystem']['match'] = array();
|
675 |
|
|
$priv_list['page-diagnostics-rebootsystem']['match'][] = "reboot.php*";
|
676 |
|
|
|
677 |
649b4d59
|
sullrich
|
$priv_list['page-diagnostics-restart-httpd'] = array();
|
678 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics: Restart HTTPD : System page");
|
679 |
|
|
$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics: Restart HTTPD: System' page.");
|
680 |
649b4d59
|
sullrich
|
$priv_list['page-diagnostics-restart-httpd']['match'] = array();
|
681 |
|
|
$priv_list['page-diagnostics-restart-httpd']['match'][] = "restart_httpd.php*";
|
682 |
6b07c15a
|
Matthew Grooms
|
|
683 |
649b4d59
|
sullrich
|
$priv_list['page-services-captiveportal'] = array();
|
684 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive portal page");
|
685 |
|
|
$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive portal' page.");
|
686 |
649b4d59
|
sullrich
|
$priv_list['page-services-captiveportal']['match'] = array();
|
687 |
|
|
$priv_list['page-services-captiveportal']['match'][] = "services_captiveportal.php*";
|
688 |
6b07c15a
|
Matthew Grooms
|
|
689 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-filemanager'] = array();
|
690 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services: Captive portal: File Manager page");
|
691 |
|
|
$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services: Captive portal: File Manager' page.");
|
692 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-filemanager']['match'] = array();
|
693 |
|
|
$priv_list['page-services-captiveportal-filemanager']['match'][] = "services_captiveportal_filemanager.php*";
|
694 |
|
|
|
695 |
|
|
$priv_list['page-services-captiveportal-allowedhostnames'] = array();
|
696 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Allowed IPs page");
|
697 |
|
|
$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed IPs' page.");
|
698 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-allowedhostnames']['match'] = array();
|
699 |
|
|
$priv_list['page-services-captiveportal-allowedhostnames']['match'][] = "services_captiveportal_ip.php*";
|
700 |
|
|
|
701 |
|
|
$priv_list['page-services-captiveportal-editallowedhostnames'] = array();
|
702 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed IPs page");
|
703 |
|
|
$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed IPs' page.");
|
704 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-editallowedhostnames']['match'] = array();
|
705 |
2ccc41c1
|
Warren Baker
|
$priv_list['page-services-captiveportal-editallowedhostnames']['match'][] = "services_captiveportal_ip_edit.php*";
|
706 |
dca5e2b8
|
Scott Ullrich
|
|
707 |
|
|
$priv_list['page-services-captiveportal-allowedips'] = array();
|
708 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services: Captive portal: Allowed IPs page");
|
709 |
|
|
$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed IPs' page.");
|
710 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-allowedips']['match'] = array();
|
711 |
|
|
$priv_list['page-services-captiveportal-allowedips']['match'][] = "services_captiveportal_ip.php*";
|
712 |
|
|
|
713 |
|
|
$priv_list['page-services-captiveportal-editallowedips'] = array();
|
714 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed IPs page");
|
715 |
|
|
$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed IPs' page.");
|
716 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-editallowedips']['match'] = array();
|
717 |
|
|
$priv_list['page-services-captiveportal-editallowedips']['match'][] = "services_captiveportal_ip_edit.php*";
|
718 |
|
|
|
719 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-captiveportal-macaddresses'] = array();
|
720 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Mac Addresses page");
|
721 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Mac Addresses' page.");
|
722 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-captiveportal-macaddresses']['match'] = array();
|
723 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['match'][] = "services_captiveportal_mac.php*";
|
724 |
|
|
|
725 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses'] = array();
|
726 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Edit MAC Addresses page");
|
727 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit MAC Addresses' page.");
|
728 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'] = array();
|
729 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'][] = "services_captiveportal_mac_edit.php*";
|
730 |
|
|
|
731 |
2ccc41c1
|
Warren Baker
|
$priv_list['page-services-captiveportal-macaddresses'] = array();
|
732 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Allowed Hostnames page");
|
733 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page.");
|
734 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['match'] = array();
|
735 |
|
|
$priv_list['page-services-captiveportal-macaddresses']['match'][] = "services_captiveportal_hostname.php*";
|
736 |
|
|
|
737 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses'] = array();
|
738 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed Hostnames page");
|
739 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page.");
|
740 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'] = array();
|
741 |
|
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'][] = "services_captiveportal_hostname_edit.php*";
|
742 |
|
|
|
743 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-vouchers'] = array();
|
744 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services: Captive portal Vouchers page");
|
745 |
|
|
$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services: Captive portal Vouchers' page.");
|
746 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-vouchers']['match'] = array();
|
747 |
|
|
$priv_list['page-services-captiveportal-vouchers']['match'][] = "services_captiveportal_vouchers.php*";
|
748 |
6b07c15a
|
Matthew Grooms
|
|
749 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-captiveportal-voucher-edit'] = array();
|
750 |
|
|
$priv_list['page-services-captiveportal-voucher-edit']['name'] = "WebCfg - Services: Captive portal Voucher Rolls page";
|
751 |
|
|
$priv_list['page-services-captiveportal-voucher-edit']['descr'] = "Allow access to the 'Services: Captive portal Edit Voucher Rolls' page.";
|
752 |
|
|
$priv_list['page-services-captiveportal-voucher-edit']['match'] = array();
|
753 |
|
|
$priv_list['page-services-captiveportal-voucher-edit']['match'][] = "services_captiveportal_vouchers_edit.php*";
|
754 |
6b07c15a
|
Matthew Grooms
|
|
755 |
649b4d59
|
sullrich
|
$priv_list['page-services-dhcpserver'] = array();
|
756 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP server page");
|
757 |
|
|
$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP server' page.");
|
758 |
649b4d59
|
sullrich
|
$priv_list['page-services-dhcpserver']['match'] = array();
|
759 |
|
|
$priv_list['page-services-dhcpserver']['match'][] = "services_dhcp.php*";
|
760 |
|
|
|
761 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-dhcpserver-editstaticmapping'] = array();
|
762 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCP Server : Edit static mapping page");
|
763 |
|
|
$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCP Server : Edit static mapping' page.");
|
764 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-dhcpserver-editstaticmapping']['match'] = array();
|
765 |
|
|
$priv_list['page-services-dhcpserver-editstaticmapping']['match'][] = "services_dhcp_edit.php*";
|
766 |
|
|
|
767 |
|
|
$priv_list['page-services-dhcprelay'] = array();
|
768 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services: DHCP Relay page");
|
769 |
|
|
$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services: DHCP Relay' page.");
|
770 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-dhcprelay']['match'] = array();
|
771 |
|
|
$priv_list['page-services-dhcprelay']['match'][] = "services_dhcp_relay.php*";
|
772 |
|
|
|
773 |
1eca1a2f
|
Seth Mos
|
$priv_list['page-services-dhcprelay6'] = array();
|
774 |
|
|
$priv_list['page-services-dhcprelay6']['name'] = gettext("WebCfg - Services: DHCPv6 Relay page");
|
775 |
|
|
$priv_list['page-services-dhcprelay6']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Relay' page.");
|
776 |
|
|
$priv_list['page-services-dhcprelay6']['match'] = array();
|
777 |
|
|
$priv_list['page-services-dhcprelay6']['match'][] = "services_dhcpv6_relay.php*";
|
778 |
|
|
|
779 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-dnsforwarder'] = array();
|
780 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services: DNS Forwarder page");
|
781 |
|
|
$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder' page.");
|
782 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-dnsforwarder']['match'] = array();
|
783 |
|
|
$priv_list['page-services-dnsforwarder']['match'][] = "services_dnsmasq.php*";
|
784 |
|
|
|
785 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-dnsforwarder-editdomainoverride'] = array();
|
786 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit Domain Override page");
|
787 |
|
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page.");
|
788 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'] = array();
|
789 |
|
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'][] = "services_dnsmasq_domainoverride_edit.php*";
|
790 |
6b07c15a
|
Matthew Grooms
|
|
791 |
|
|
$priv_list['page-services-dnsforwarder-edithost'] = array();
|
792 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit host page");
|
793 |
|
|
$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit host' page.");
|
794 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-dnsforwarder-edithost']['match'] = array();
|
795 |
|
|
$priv_list['page-services-dnsforwarder-edithost']['match'][] = "services_dnsmasq_edit.php*";
|
796 |
|
|
|
797 |
|
|
$priv_list['page-services-dynamicdnsclients'] = array();
|
798 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services: Dynamic DNS clients page");
|
799 |
|
|
$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS clients' page.");
|
800 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-dynamicdnsclients']['match'] = array();
|
801 |
|
|
$priv_list['page-services-dynamicdnsclients']['match'][] = "services_dyndns.php*";
|
802 |
|
|
|
803 |
|
|
$priv_list['page-services-dynamicdnsclient'] = array();
|
804 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services: Dynamic DNS client page");
|
805 |
|
|
$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS client' page.");
|
806 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-dynamicdnsclient']['match'] = array();
|
807 |
|
|
$priv_list['page-services-dynamicdnsclient']['match'][] = "services_dyndns_edit.php*";
|
808 |
|
|
|
809 |
649b4d59
|
sullrich
|
$priv_list['page-services-igmpproxy'] = array();
|
810 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services: Igmpproxy page");
|
811 |
|
|
$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services: Igmpproxy' page.");
|
812 |
649b4d59
|
sullrich
|
$priv_list['page-services-igmpproxy']['match'] = array();
|
813 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-igmpproxy']['match'][] = "services_igmpproxy.php*";
|
814 |
649b4d59
|
sullrich
|
|
815 |
|
|
$priv_list['page-services-igmpproxy'] = array();
|
816 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Firewall: Igmpproxy: Edit page");
|
817 |
|
|
$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Firewall: Igmpproxy' page.");
|
818 |
649b4d59
|
sullrich
|
$priv_list['page-services-igmpproxy']['match'] = array();
|
819 |
|
|
$priv_list['page-services-igmpproxy']['match'][] = "services_igmpproxy_edit.php*";
|
820 |
c3d42a86
|
Matthew Grooms
|
|
821 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-rfc2136clients'] = array();
|
822 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services: RFC 2136 clients page");
|
823 |
|
|
$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services: RFC 2136 clients' page.");
|
824 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-rfc2136clients']['match'] = array();
|
825 |
|
|
$priv_list['page-services-rfc2136clients']['match'][] = "services_rfc2136.php*";
|
826 |
|
|
|
827 |
649b4d59
|
sullrich
|
$priv_list['page-services-snmp'] = array();
|
828 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services: SNMP page");
|
829 |
|
|
$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services: SNMP' page.");
|
830 |
649b4d59
|
sullrich
|
$priv_list['page-services-snmp']['match'] = array();
|
831 |
|
|
$priv_list['page-services-snmp']['match'][] = "services_snmp.php*";
|
832 |
|
|
|
833 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-wakeonlan'] = array();
|
834 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake on LAN page");
|
835 |
|
|
$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake on LAN' page.");
|
836 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-wakeonlan']['match'] = array();
|
837 |
|
|
$priv_list['page-services-wakeonlan']['match'][] = "services_wol.php*";
|
838 |
|
|
|
839 |
|
|
$priv_list['page-services-wakeonlan-edit'] = array();
|
840 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake on LAN: Edit page");
|
841 |
|
|
$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake on LAN: Edit' page.");
|
842 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-wakeonlan-edit']['match'] = array();
|
843 |
|
|
$priv_list['page-services-wakeonlan-edit']['match'][] = "services_wol_edit.php*";
|
844 |
|
|
|
845 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-cpuutilization'] = array();
|
846 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page");
|
847 |
|
|
$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page.");
|
848 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-diagnostics-cpuutilization']['match'] = array();
|
849 |
|
|
$priv_list['page-diagnostics-cpuutilization']['match'][] = "stats.php*";
|
850 |
|
|
|
851 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-detailedstatus'] = array();
|
852 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden: Detailed Status page");
|
853 |
|
|
$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden: Detailed Status' page.");
|
854 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-detailedstatus']['match'] = array();
|
855 |
|
|
$priv_list['page-hidden-detailedstatus']['match'][] = "status.php*";
|
856 |
|
|
|
857 |
|
|
$priv_list['page-status-captiveportal'] = array();
|
858 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status: Captive portal page");
|
859 |
|
|
$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status: Captive portal' page.");
|
860 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-captiveportal']['match'] = array();
|
861 |
|
|
$priv_list['page-status-captiveportal']['match'][] = "status_captiveportal.php*";
|
862 |
|
|
|
863 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-captiveportal-test'] = array();
|
864 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive portal test Vouchers page");
|
865 |
|
|
$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive portal Test Vouchers' page.");
|
866 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-captiveportal-test']['match'] = array();
|
867 |
|
|
$priv_list['page-status-captiveportal-test']['match'][] = "status_captiveportal_test.php*";
|
868 |
|
|
|
869 |
|
|
$priv_list['page-status-captiveportal-voucher-rolls'] = array();
|
870 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status: Captive portal Voucher Rolls page");
|
871 |
|
|
$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status: Captive portal Voucher Rolls' page.");
|
872 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-captiveportal-voucher-rolls']['match'] = array();
|
873 |
|
|
$priv_list['page-status-captiveportal-voucher-rolls']['match'][] = "status_captiveportal_voucher_rolls.php*";
|
874 |
|
|
|
875 |
|
|
$priv_list['page-status-captiveportal-vouchers'] = array();
|
876 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status: Captive portal Vouchers page");
|
877 |
|
|
$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status: Captive portal Vouchers' page.");
|
878 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-captiveportal-vouchers']['match'] = array();
|
879 |
|
|
$priv_list['page-status-captiveportal-vouchers']['match'][] = "status_captiveportal_vouchers.php*";
|
880 |
|
|
|
881 |
|
|
$priv_list['page-status-dhcpleases'] = array();
|
882 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status: DHCP leases page");
|
883 |
|
|
$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status: DHCP leases' page.");
|
884 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-dhcpleases']['match'] = array();
|
885 |
|
|
$priv_list['page-status-dhcpleases']['match'][] = "status_dhcp_leases.php*";
|
886 |
|
|
|
887 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-filterreloadstatus'] = array();
|
888 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status: Filter Reload Status page");
|
889 |
|
|
$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status: Filter Reload Status' page.");
|
890 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-filterreloadstatus']['match'] = array();
|
891 |
|
|
$priv_list['page-status-filterreloadstatus']['match'][] = "status_filter_reload.php*";
|
892 |
|
|
|
893 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-gatewaygroups'] = array();
|
894 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status: Gateway Groups page");
|
895 |
|
|
$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status: Gateway Groups' page.");
|
896 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-gatewaygroups']['match'] = array();
|
897 |
|
|
$priv_list['page-status-gatewaygroups']['match'][] = "status_gateway_groups.php*";
|
898 |
|
|
|
899 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-gateways'] = array();
|
900 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status: Gateways page");
|
901 |
|
|
$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status: Gateways' page.");
|
902 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-gateways']['match'] = array();
|
903 |
|
|
$priv_list['page-status-gateways']['match'][] = "status_gateways.php*";
|
904 |
|
|
|
905 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-trafficgraph'] = array();
|
906 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traffic Graph page");
|
907 |
|
|
$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status: Traffic Graph' page.");
|
908 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-trafficgraph']['match'] = array();
|
909 |
|
|
$priv_list['page-status-trafficgraph']['match'][] = "status_graph.php*";
|
910 |
8e95a671
|
jim-p
|
$priv_list['page-status-trafficgraph']['match'][] = "bandwidth_by_ip.php*";
|
911 |
dca5e2b8
|
Scott Ullrich
|
|
912 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-cpuload'] = array();
|
913 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status: CPU load page");
|
914 |
|
|
$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status: CPU load' page.");
|
915 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-cpuload']['match'] = array();
|
916 |
|
|
$priv_list['page-status-cpuload']['match'][] = "status_graph_cpu.php*";
|
917 |
|
|
|
918 |
|
|
$priv_list['page-status-interfaces'] = array();
|
919 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status: Interfaces page");
|
920 |
|
|
$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status: Interfaces' page.");
|
921 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-interfaces']['match'] = array();
|
922 |
|
|
$priv_list['page-status-interfaces']['match'][] = "status_interfaces.php*";
|
923 |
|
|
|
924 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-loadbalancer-pool'] = array();
|
925 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-loadbalancer-pool']['name'] = gettext("WebCfg - Status: Load Balancer: Pool page");
|
926 |
|
|
$priv_list['page-status-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Pool' page.");
|
927 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-loadbalancer-pool']['match'] = array();
|
928 |
|
|
$priv_list['page-status-loadbalancer-pool']['match'][] = "status_lb_pool.php*";
|
929 |
|
|
|
930 |
|
|
$priv_list['page-status-loadbalancer-virtualserver'] = array();
|
931 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-status-loadbalancer-virtualserver']['name'] = gettext("WebCfg - Status: Load Balancer: Virtual Server page");
|
932 |
|
|
$priv_list['page-status-loadbalancer-virtualserver']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Virtual Server' page.");
|
933 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-status-loadbalancer-virtualserver']['match'] = array();
|
934 |
|
|
$priv_list['page-status-loadbalancer-virtualserver']['match'][] = "status_lb_vs.php*";
|
935 |
|
|
|
936 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-openvpn'] = array();
|
937 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status: OpenVPN page");
|
938 |
|
|
$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status: OpenVPN' page.");
|
939 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-openvpn']['match'] = array();
|
940 |
649b4d59
|
sullrich
|
$priv_list['page-status-openvpn']['match'][] = "status_openvpn.php*";
|
941 |
6b07c15a
|
Matthew Grooms
|
|
942 |
|
|
$priv_list['page-status-trafficshaper-queues'] = array();
|
943 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status: Traffic shaper: Queues page");
|
944 |
|
|
$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status: Traffic shaper: Queues' page.");
|
945 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-trafficshaper-queues']['match'] = array();
|
946 |
|
|
$priv_list['page-status-trafficshaper-queues']['match'][] = "status_queues.php*";
|
947 |
|
|
|
948 |
|
|
$priv_list['page-status-rrdgraphs'] = array();
|
949 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status: RRD Graphs page");
|
950 |
|
|
$priv_list['page-status-rrdgraphs']['descr'] = gettext("Allow access to the 'Status: RRD Graphs' page.");
|
951 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-rrdgraphs']['match'] = array();
|
952 |
4e76e030
|
Ermal
|
$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph.php*";
|
953 |
b1e10d63
|
jim-p
|
$priv_list['page-status-rrdgraphs']['match'][] = "status_rrd_graph_img.php*";
|
954 |
7d0a71d4
|
Erik Fonnesbeck
|
|
955 |
|
|
$priv_list['page-status-rrdgraph-settings'] = array();
|
956 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-rrdgraph-settings']['name'] = gettext("WebCfg - Status: RRD Graphs settings page");
|
957 |
|
|
$priv_list['page-status-rrdgraph-settings']['descr'] = gettext("Allow access to the 'Status: RRD Graphs: settings' page.");
|
958 |
7d0a71d4
|
Erik Fonnesbeck
|
$priv_list['page-status-rrdgraph-settings']['match'] = array();
|
959 |
|
|
$priv_list['page-status-rrdgraph-settings']['match'][] = "status_rrd_graph_settings.php*";
|
960 |
6b07c15a
|
Matthew Grooms
|
|
961 |
|
|
$priv_list['page-status-services'] = array();
|
962 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services page");
|
963 |
|
|
$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page.");
|
964 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-services']['match'] = array();
|
965 |
|
|
$priv_list['page-status-services']['match'][] = "status_services.php*";
|
966 |
|
|
|
967 |
|
|
$priv_list['page-status-upnpstatus'] = array();
|
968 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-status-upnpstatus']['name'] = gettext("WebCfg - Status: UPnP Status page");
|
969 |
|
|
$priv_list['page-status-upnpstatus']['descr'] = gettext("Allow access to the 'Status: UPnP Status' page.");
|
970 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-status-upnpstatus']['match'] = array();
|
971 |
|
|
$priv_list['page-status-upnpstatus']['match'][] = "status_upnp.php*";
|
972 |
|
|
|
973 |
|
|
$priv_list['page-diagnostics-wirelessstatus'] = array();
|
974 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-diagnostics-wirelessstatus']['name'] = gettext("WebCfg - Status: Wireless page");
|
975 |
|
|
$priv_list['page-diagnostics-wirelessstatus']['descr'] = gettext("Allow access to the 'Status: Wireless' page.");
|
976 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-diagnostics-wirelessstatus']['match'] = array();
|
977 |
|
|
$priv_list['page-diagnostics-wirelessstatus']['match'][] = "status_wireless.php*";
|
978 |
|
|
|
979 |
|
|
$priv_list['page-system-generalsetup'] = array();
|
980 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-generalsetup']['name'] = gettext("WebCfg - System: General Setup page");
|
981 |
|
|
$priv_list['page-system-generalsetup']['descr'] = gettext("Allow access to the 'System: General Setup' page.");
|
982 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-generalsetup']['match'] = array();
|
983 |
|
|
$priv_list['page-system-generalsetup']['match'][] = "system.php*";
|
984 |
|
|
|
985 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-admin'] = array();
|
986 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-advanced-admin']['name'] = gettext("WebCfg - System: Advanced: Admin Access Page");
|
987 |
|
|
$priv_list['page-system-advanced-admin']['descr'] = gettext("Allow access to the 'System: Advanced: Admin Access' page.");
|
988 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-admin']['match'] = array();
|
989 |
|
|
$priv_list['page-system-advanced-admin']['match'][] = "system_advanced_admin.php*";
|
990 |
6b07c15a
|
Matthew Grooms
|
|
991 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-firewall'] = array();
|
992 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-advanced-firewall']['name'] = gettext("WebCfg - System: Advanced: Firewall and NAT page");
|
993 |
|
|
$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System: Advanced: Firewall and NAT' page.");
|
994 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-firewall']['match'] = array();
|
995 |
|
|
$priv_list['page-system-advanced-firewall']['match'][] = "system_advanced.php*";
|
996 |
|
|
|
997 |
|
|
$priv_list['page-system-advanced-misc'] = array();
|
998 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-advanced-misc']['name'] = gettext("WebCfg - System: Advanced: Miscellaneous page");
|
999 |
|
|
$priv_list['page-system-advanced-misc']['descr'] = gettext("Allow access to the 'System: Advanced: Miscellaneous' page.");
|
1000 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-misc']['match'] = array();
|
1001 |
|
|
$priv_list['page-system-advanced-misc']['match'][] = "system_advanced.php*";
|
1002 |
|
|
|
1003 |
|
|
$priv_list['page-system-advanced-network'] = array();
|
1004 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Network page");
|
1005 |
|
|
$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System: Advanced: Networking' page.");
|
1006 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-network']['match'] = array();
|
1007 |
|
|
$priv_list['page-system-advanced-network']['match'][] = "system_advanced-network.php*";
|
1008 |
|
|
|
1009 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-advanced-notifications'] = array();
|
1010 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-advanced-notifications']['name'] = gettext("WebCfg - System: Advanced: Tunables page");
|
1011 |
|
|
$priv_list['page-system-advanced-notifications']['descr'] = gettext("Allow access to the 'System: Advanced: Tunables' page.");
|
1012 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-advanced-notifications']['match'] = array();
|
1013 |
|
|
$priv_list['page-system-advanced-notifications']['match'][] = "system_advanced-sysctrl.php*";
|
1014 |
|
|
|
1015 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-sysctl'] = array();
|
1016 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-advanced-sysctl']['name'] = gettext("WebCfg - System: Advanced: Tunables page");
|
1017 |
|
|
$priv_list['page-system-advanced-sysctl']['descr'] = gettext("Allow access to the 'System: Advanced: Tunables' page.");
|
1018 |
649b4d59
|
sullrich
|
$priv_list['page-system-advanced-sysctl']['match'] = array();
|
1019 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-advanced-sysctl']['match'][] = "system_advanced-sysctl.php*";
|
1020 |
6b07c15a
|
Matthew Grooms
|
|
1021 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-authservers'] = array();
|
1022 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-authservers']['name'] = gettext("WebCfg - System: Authentication Servers");
|
1023 |
|
|
$priv_list['page-system-authservers']['descr'] = gettext("Allow access to the 'System: Authentication Servers' page.");
|
1024 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-authservers']['match'] = array();
|
1025 |
|
|
$priv_list['page-system-authservers']['match'][] = "system_authservers.php*";
|
1026 |
|
|
|
1027 |
|
|
$priv_list['page-system-camanager'] = array();
|
1028 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System: CA Manager");
|
1029 |
|
|
$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System: CA Manager' page.");
|
1030 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-camanager']['match'] = array();
|
1031 |
|
|
$priv_list['page-system-camanager']['match'][] = "system_camanager.php*";
|
1032 |
|
|
|
1033 |
|
|
$priv_list['page-system-certmanager'] = array();
|
1034 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System: Certificate Manager");
|
1035 |
|
|
$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System: Certificate Manager' page.");
|
1036 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-certmanager']['match'] = array();
|
1037 |
|
|
$priv_list['page-system-certmanager']['match'][] = "system_certmanager.php*";
|
1038 |
|
|
|
1039 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-crlmanager'] = array();
|
1040 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System: CRL Manager");
|
1041 |
|
|
$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System: CRL Manager' page.");
|
1042 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-crlmanager']['match'] = array();
|
1043 |
|
|
$priv_list['page-system-crlmanager']['match'][] = "system_crlmanager.php*";
|
1044 |
|
|
|
1045 |
|
|
$priv_list['page-system-firmware-manualupdate'] = array();
|
1046 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-firmware-manualupdate']['name'] = gettext("WebCfg - System: Firmware: Manual Update page");
|
1047 |
|
|
$priv_list['page-system-firmware-manualupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update' page.");
|
1048 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-firmware-manualupdate']['match'] = array();
|
1049 |
|
|
$priv_list['page-system-firmware-manualupdate']['match'][] = "system_firmware.php*";
|
1050 |
|
|
|
1051 |
|
|
$priv_list['page-system-firmware-checkforupdate'] = array();
|
1052 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-firmware-checkforupdate']['name'] = gettext("WebCfg - System: Firmware: Check For Update page");
|
1053 |
|
|
$priv_list['page-system-firmware-checkforupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Check For Update' page.");
|
1054 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-firmware-checkforupdate']['match'] = array();
|
1055 |
|
|
$priv_list['page-system-firmware-checkforupdate']['match'][] = "system_firmware_auto.php*";
|
1056 |
|
|
|
1057 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-firmware-autoupdate'] = array();
|
1058 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-firmware-autoupdate']['name'] = gettext("WebCfg - System: Firmware: Auto Update page");
|
1059 |
|
|
$priv_list['page-system-firmware-autoupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Auto Update' page.");
|
1060 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-firmware-autoupdate']['match'] = array();
|
1061 |
|
|
$priv_list['page-system-firmware-autoupdate']['match'][] = "system_firmware_check.php*";
|
1062 |
|
|
|
1063 |
|
|
$priv_list['page-system-firmware-settings'] = array();
|
1064 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-firmware-settings']['name'] = gettext("WebCfg - System: Firmware: Settings page");
|
1065 |
|
|
$priv_list['page-system-firmware-settings']['descr'] = gettext("Allow access to the 'System: Firmware: Settings' page.");
|
1066 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-firmware-settings']['match'] = array();
|
1067 |
|
|
$priv_list['page-system-firmware-settings']['match'][] = "system_firmware_settings.php*";
|
1068 |
|
|
|
1069 |
|
|
$priv_list['page-system-gatewaygroups'] = array();
|
1070 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups page");
|
1071 |
|
|
$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateway Groups' page.");
|
1072 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-gatewaygroups']['match'] = array();
|
1073 |
|
|
$priv_list['page-system-gatewaygroups']['match'][] = "system_gateway_groups.php*";
|
1074 |
|
|
|
1075 |
|
|
$priv_list['page-system-gateways-editgatewaygroups'] = array();
|
1076 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway Groups page");
|
1077 |
|
|
$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway Groups' page.");
|
1078 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-gateways-editgatewaygroups']['match'] = array();
|
1079 |
|
|
$priv_list['page-system-gateways-editgatewaygroups']['match'][] = "system_gateway_groups_edit.php*";
|
1080 |
|
|
|
1081 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-gateways'] = array();
|
1082 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System: Gateways page");
|
1083 |
|
|
$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System: Gateways' page.");
|
1084 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-gateways']['match'] = array();
|
1085 |
|
|
$priv_list['page-system-gateways']['match'][] = "system_gateways.php*";
|
1086 |
|
|
|
1087 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-gateways-editgateway'] = array();
|
1088 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway page");
|
1089 |
|
|
$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway' page.");
|
1090 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-gateways-editgateway']['match'] = array();
|
1091 |
|
|
$priv_list['page-system-gateways-editgateway']['match'][] = "system_gateways_edit.php*";
|
1092 |
|
|
|
1093 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-groupmanager'] = array();
|
1094 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System: Group manager page");
|
1095 |
|
|
$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System: Group manager' page.");
|
1096 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-groupmanager']['match'] = array();
|
1097 |
|
|
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
|
1098 |
|
|
|
1099 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-groupmanager-addprivs'] = array();
|
1100 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System: Group Manager: Add Privileges page");
|
1101 |
|
|
$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System: Group Manager: Add Privileges' page.");
|
1102 |
c3d42a86
|
Matthew Grooms
|
$priv_list['page-system-groupmanager-addprivs']['match'] = array();
|
1103 |
|
|
$priv_list['page-system-groupmanager-addprivs']['match'][] = "system_groupmanager_addprivs.php*";
|
1104 |
6b07c15a
|
Matthew Grooms
|
|
1105 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-staticroutes'] = array();
|
1106 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-staticroutes']['name'] =gettext("WebCfg - System: Static Routes page");
|
1107 |
|
|
$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page.");
|
1108 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-staticroutes']['match'] = array();
|
1109 |
|
|
$priv_list['page-system-staticroutes']['match'][] = "system_routes.php*";
|
1110 |
|
|
|
1111 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-staticroutes-editroute'] = array();
|
1112 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System: Static Routes: Edit route page");
|
1113 |
|
|
$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System: Static Routes: Edit route' page.");
|
1114 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-staticroutes-editroute']['match'] = array();
|
1115 |
|
|
$priv_list['page-system-staticroutes-editroute']['match'][] = "system_routes_edit.php*";
|
1116 |
|
|
|
1117 |
|
|
$priv_list['page-system-usermanager'] = array();
|
1118 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System: User Manager page");
|
1119 |
|
|
$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System: User Manager' page.");
|
1120 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-system-usermanager']['match'] = array();
|
1121 |
|
|
$priv_list['page-system-usermanager']['match'][] = "system_usermanager.php*";
|
1122 |
|
|
|
1123 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-addprivs'] = array();
|
1124 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System: User Manager: Add Privileges page");
|
1125 |
|
|
$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System: User Manager: Add Privileges' page.");
|
1126 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-addprivs']['match'] = array();
|
1127 |
|
|
$priv_list['page-system-usermanager-addprivs']['match'][] = "system_usermanager_addprivs.php*";
|
1128 |
|
|
|
1129 |
e33be77c
|
Ermal
|
$priv_list['page-system-usermanager-passwordmg'] = array();
|
1130 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System: User Password Manager page");
|
1131 |
|
|
$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System: User Password Manager' page.");
|
1132 |
e33be77c
|
Ermal
|
$priv_list['page-system-usermanager-passwordmg']['match'] = array();
|
1133 |
|
|
$priv_list['page-system-usermanager-passwordmg']['match'][] = "system_usermanager_passwordmg.php*";
|
1134 |
|
|
|
1135 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-settings'] = array();
|
1136 |
0ff5ea76
|
Renato Botelho
|
$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System: User Manager: settings page");
|
1137 |
|
|
$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System: User Manager: settings' page.");
|
1138 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-settings']['match'] = array();
|
1139 |
|
|
$priv_list['page-system-usermanager-settings']['match'][] = "system_usermanager_settings.php*";
|
1140 |
6b07c15a
|
Matthew Grooms
|
|
1141 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-settings-testldap'] = array();
|
1142 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-system-usermanager-settings-testldap']['name'] = gettext("WebCfg - System: User Manager: Settings: Test LDAP page");
|
1143 |
|
|
$priv_list['page-system-usermanager-settings-testldap']['descr'] = gettext("Allow access to the 'System: User Manager: Settings: Test LDAP' page.");
|
1144 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-system-usermanager-settings-testldap']['match'] = array();
|
1145 |
|
|
$priv_list['page-system-usermanager-settings-testldap']['match'][] = "system_usermanager_settings_test.php*";
|
1146 |
6b07c15a
|
Matthew Grooms
|
|
1147 |
649b4d59
|
sullrich
|
$priv_list['page-upload_progress'] = array();
|
1148 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-upload_progress']['name'] = gettext("WebCfg - System: Firmware: Manual Update page (progress bar)");
|
1149 |
|
|
$priv_list['page-upload_progress']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update: Progress bar' page.");
|
1150 |
649b4d59
|
sullrich
|
$priv_list['page-upload_progress']['match'] = array();
|
1151 |
|
|
$priv_list['page-upload_progress']['match'][] = "upload_progress*";
|
1152 |
|
|
|
1153 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-uploadconfiguration'] = array();
|
1154 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-hidden-uploadconfiguration']['name'] = gettext("WebCfg - Hidden: Upload Configuration page");
|
1155 |
|
|
$priv_list['page-hidden-uploadconfiguration']['descr'] = gettext("Allow access to the 'Hidden: Upload Configuration' page.");
|
1156 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-hidden-uploadconfiguration']['match'] = array();
|
1157 |
|
|
$priv_list['page-hidden-uploadconfiguration']['match'][] = "uploadconfig.php*";
|
1158 |
|
|
|
1159 |
|
|
$priv_list['page-vpn-ipsec'] = array();
|
1160 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN: IPsec page");
|
1161 |
|
|
$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN: IPsec' page.");
|
1162 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-ipsec']['match'] = array();
|
1163 |
|
|
$priv_list['page-vpn-ipsec']['match'][] = "vpn_ipsec.php*";
|
1164 |
|
|
|
1165 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-vpn-ipsec-listkeys'] = array();
|
1166 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN: IPsec: Pre-Shared Keys List");
|
1167 |
|
|
$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page.");
|
1168 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-vpn-ipsec-listkeys']['match'] = array();
|
1169 |
|
|
$priv_list['page-vpn-ipsec-listkeys']['match'][] = "vpn_ipsec_keys.php*";
|
1170 |
|
|
|
1171 |
|
|
$priv_list['page-vpn-ipsec-editkeys'] = array();
|
1172 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN: IPsec: Edit Pre-Shared Keys");
|
1173 |
|
|
$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page.");
|
1174 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-vpn-ipsec-editkeys']['match'] = array();
|
1175 |
|
|
$priv_list['page-vpn-ipsec-editkeys']['match'][] = "vpn_ipsec_keys_edit.php*";
|
1176 |
|
|
|
1177 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-ipsec-mobile'] = array();
|
1178 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN: IPsec: Mobile page");
|
1179 |
|
|
$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN: IPsec: Mobile' page.");
|
1180 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-ipsec-mobile']['match'] = array();
|
1181 |
|
|
$priv_list['page-vpn-ipsec-mobile']['match'][] = "vpn_ipsec_mobile.php*";
|
1182 |
|
|
|
1183 |
|
|
$priv_list['page-vpn-ipsec-editphase1'] = array();
|
1184 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 1 page");
|
1185 |
|
|
$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 1' page.");
|
1186 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-ipsec-editphase1']['match'] = array();
|
1187 |
|
|
$priv_list['page-vpn-ipsec-editphase1']['match'][] = "vpn_ipsec_phase1.php*";
|
1188 |
|
|
|
1189 |
|
|
$priv_list['page-vpn-ipsec-editphase2'] = array();
|
1190 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 2 page");
|
1191 |
|
|
$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 2' page.");
|
1192 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-ipsec-editphase2']['match'] = array();
|
1193 |
|
|
$priv_list['page-vpn-ipsec-editphase2']['match'][] = "vpn_ipsec_phase2.php*";
|
1194 |
|
|
|
1195 |
649b4d59
|
sullrich
|
$priv_list['page-vpn-vpnl2tp'] = array();
|
1196 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN: VPN L2TP page");
|
1197 |
|
|
$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP' page.");
|
1198 |
649b4d59
|
sullrich
|
$priv_list['page-vpn-vpnl2tp']['match'] = array();
|
1199 |
|
|
$priv_list['page-vpn-vpnl2tp']['match'][] = "vpn_l2tp.php*";
|
1200 |
|
|
|
1201 |
|
|
$priv_list['page-vpn-vpnl2tp-users'] = array();
|
1202 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users page");
|
1203 |
|
|
$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users' page.");
|
1204 |
649b4d59
|
sullrich
|
$priv_list['page-vpn-vpnl2tp-users']['match'] = array();
|
1205 |
|
|
$priv_list['page-vpn-vpnl2tp-users']['match'][] = "vpn_l2tp_users.php*";
|
1206 |
|
|
|
1207 |
|
|
$priv_list['page-vpn-vpnl2tp-users-edit'] = array();
|
1208 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users : Edit page");
|
1209 |
|
|
$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users : Edit' page.");
|
1210 |
649b4d59
|
sullrich
|
$priv_list['page-vpn-vpnl2tp-users-edit']['match'] = array();
|
1211 |
|
|
$priv_list['page-vpn-vpnl2tp-users-edit']['match'][] = "vpn_l2tp_users_edit.php*";
|
1212 |
|
|
|
1213 |
|
|
$priv_list['page-openvpn-client'] = array();
|
1214 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN: Client page");
|
1215 |
|
|
$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN: Client' page.");
|
1216 |
649b4d59
|
sullrich
|
$priv_list['page-openvpn-client']['match'] = array();
|
1217 |
|
|
$priv_list['page-openvpn-client']['match'][] = "vpn_openvpn_client.php*";
|
1218 |
|
|
|
1219 |
|
|
$priv_list['page-openvpn-csc'] = array();
|
1220 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN: Client Specific Override page");
|
1221 |
|
|
$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN: Client Specific Override' page.");
|
1222 |
649b4d59
|
sullrich
|
$priv_list['page-openvpn-csc']['match'] = array();
|
1223 |
|
|
$priv_list['page-openvpn-csc']['match'][] = "vpn_openvpn_csc.php*";
|
1224 |
|
|
|
1225 |
|
|
$priv_list['page-openvpn-server'] = array();
|
1226 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN: Server page");
|
1227 |
|
|
$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN: Server' page.");
|
1228 |
649b4d59
|
sullrich
|
$priv_list['page-openvpn-server']['match'] = array();
|
1229 |
|
|
$priv_list['page-openvpn-server']['match'][] = "vpn_openvpn_server.php*";
|
1230 |
|
|
|
1231 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-pppoeserver'] = array();
|
1232 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services: PPPoE Server page");
|
1233 |
|
|
$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services: PPPoE Server' page.");
|
1234 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-services-pppoeserver']['match'] = array();
|
1235 |
|
|
$priv_list['page-services-pppoeserver']['match'][] = "vpn_pppoe.php*";
|
1236 |
|
|
|
1237 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-pppoeserver-eidt'] = array();
|
1238 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-services-pppoeserver-eidt']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit page");
|
1239 |
|
|
$priv_list['page-services-pppoeserver-eidt']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page.");
|
1240 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-services-pppoeserver-eidt']['match'] = array();
|
1241 |
|
|
$priv_list['page-services-pppoeserver-eidt']['match'][] = "vpn_pppoe_edit.php*";
|
1242 |
6b07c15a
|
Matthew Grooms
|
|
1243 |
|
|
$priv_list['page-vpn-vpnpptp'] = array();
|
1244 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnpptp']['name'] = gettext("WebCfg - VPN: VPN PPTP page");
|
1245 |
|
|
$priv_list['page-vpn-vpnpptp']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP' page.");
|
1246 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-vpnpptp']['match'] = array();
|
1247 |
|
|
$priv_list['page-vpn-vpnpptp']['match'][] = "vpn_pptp.php*";
|
1248 |
|
|
|
1249 |
|
|
$priv_list['page-vpn-vpnpptp-users'] = array();
|
1250 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnpptp-users']['name'] = gettext("WebCfg - VPN: VPN PPTP: Users page");
|
1251 |
|
|
$priv_list['page-vpn-vpnpptp-users']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: Users' page.");
|
1252 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-vpnpptp-users']['match'] = array();
|
1253 |
|
|
$priv_list['page-vpn-vpnpptp-users']['match'][] = "vpn_pptp_users.php*";
|
1254 |
|
|
|
1255 |
|
|
$priv_list['page-vpn-vpnpptp-user-edit'] = array();
|
1256 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-vpn-vpnpptp-user-edit']['name'] = gettext("WebCfg - VPN: VPN PPTP: User: Edit page");
|
1257 |
|
|
$priv_list['page-vpn-vpnpptp-user-edit']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: User: Edit' page.");
|
1258 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-vpn-vpnpptp-user-edit']['match'] = array();
|
1259 |
|
|
$priv_list['page-vpn-vpnpptp-user-edit']['match'][] = "vpn_pptp_users_edit.php*";
|
1260 |
|
|
|
1261 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-pfsensewizardsubsystem'] = array();
|
1262 |
1fbd1878
|
Vinicius Coque
|
$priv_list['page-pfsensewizardsubsystem']['name'] = gettext("WebCfg - pfSense wizard subsystem page");
|
1263 |
|
|
$priv_list['page-pfsensewizardsubsystem']['descr'] = gettext("Allow access to the 'pfSense wizard subsystem' page.");
|
1264 |
dca5e2b8
|
Scott Ullrich
|
$priv_list['page-pfsensewizardsubsystem']['match'] = array();
|
1265 |
|
|
$priv_list['page-pfsensewizardsubsystem']['match'][] = "wizard.php*";
|
1266 |
6b07c15a
|
Matthew Grooms
|
|
1267 |
|
|
$priv_list['page-xmlrpclibrary'] = array();
|
1268 |
4d814149
|
Carlos Eduardo Ramos
|
$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library page");
|
1269 |
|
|
$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page.");
|
1270 |
6b07c15a
|
Matthew Grooms
|
$priv_list['page-xmlrpclibrary']['match'] = array();
|
1271 |
|
|
$priv_list['page-xmlrpclibrary']['match'][] = "xmlrpc.php*";
|
1272 |
|
|
|
1273 |
c3d42a86
|
Matthew Grooms
|
|
1274 |
6b07c15a
|
Matthew Grooms
|
$priv_rmvd = array();
|
1275 |
|
|
|
1276 |
abcb2bed
|
Ermal Lu?i
|
?>
|