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