Revision 01eb687d
Added by Ermal Luçi almost 17 years ago
etc/inc/priv.defs.inc | ||
---|---|---|
384 | 384 |
$priv_list['page-system-login/logout']['match'] = array(); |
385 | 385 |
$priv_list['page-system-login/logout']['match'][] = "index.php*"; |
386 | 386 |
|
387 |
$priv_list['page-interfaces'] = array(); |
|
388 |
$priv_list['page-interfaces']['name'] = "WebCfg - Interfaces page"; |
|
389 |
$priv_list['page-interfaces']['descr'] = "Allow access to the 'Interfaces' page."; |
|
390 |
$priv_list['page-interfaces']['match'] = array(); |
|
391 |
$priv_list['page-interfaces']['match'][] = "interfaces.php*"; |
|
392 |
|
|
387 | 393 |
$priv_list['page-interfaces-assignnetworkports'] = array(); |
388 | 394 |
$priv_list['page-interfaces-assignnetworkports']['name'] = "WebCfg - Interfaces: Assign network ports page"; |
389 | 395 |
$priv_list['page-interfaces-assignnetworkports']['descr'] = "Allow access to the 'Interfaces: Assign network ports' page."; |
... | ... | |
432 | 438 |
$priv_list['page-interfaces-vlan-edit']['match'] = array(); |
433 | 439 |
$priv_list['page-interfaces-vlan-edit']['match'][] = "interfaces_vlan_edit.php*"; |
434 | 440 |
|
435 |
$priv_list['page-interfaces-wan'] = array(); |
|
436 |
$priv_list['page-interfaces-wan']['name'] = "WebCfg - Interfaces: WAN page"; |
|
437 |
$priv_list['page-interfaces-wan']['descr'] = "Allow access to the 'Interfaces: WAN' page."; |
|
438 |
$priv_list['page-interfaces-wan']['match'] = array(); |
|
439 |
$priv_list['page-interfaces-wan']['match'][] = "interfaces_wan.php*"; |
|
440 |
|
|
441 | 441 |
$priv_list['page-interfaces-scanwireless'] = array(); |
442 | 442 |
$priv_list['page-interfaces-scanwireless']['name'] = "WebCfg - Interfaces: Scan Wireless page"; |
443 | 443 |
$priv_list['page-interfaces-scanwireless']['descr'] = "Allow access to the 'Interfaces: Scan Wireless' page."; |
Also available in: Unified diff
Catch up with file rename.