Revision 01cced78
Added by Renato Botelho about 10 years ago
etc/inc/priv.defs.inc | ||
---|---|---|
644 | 644 |
$priv_list['page-loadbalancer-pool-edit']['match'] = array(); |
645 | 645 |
$priv_list['page-loadbalancer-pool-edit']['match'][] = "load_balancer_pool_edit.php*"; |
646 | 646 |
|
647 |
$priv_list['page-services-loadbalancer-relay-action'] = array(); |
|
648 |
$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Actions page"); |
|
649 |
$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Actions' page."); |
|
650 |
$priv_list['page-services-loadbalancer-relay-action']['match'] = array(); |
|
651 |
$priv_list['page-services-loadbalancer-relay-action']['match'][] = "load_balancer_relay_action.php*"; |
|
652 |
|
|
653 |
$priv_list['page-services-loadbalancer-relay-action-edit'] = array(); |
|
654 |
$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Action: Edit page"); |
|
655 |
$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Action: Edit' page."); |
|
656 |
$priv_list['page-services-loadbalancer-relay-action-edit']['match'] = array(); |
|
657 |
$priv_list['page-services-loadbalancer-relay-action-edit']['match'][] = "load_balancer_relay_action_edit.php*"; |
|
658 |
|
|
659 |
$priv_list['page-services-loadbalancer-relay-protocol'] = array(); |
|
660 |
$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocols page"); |
|
661 |
$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocols' page."); |
|
662 |
$priv_list['page-services-loadbalancer-relay-protocol']['match'] = array(); |
|
663 |
$priv_list['page-services-loadbalancer-relay-protocol']['match'][] = "load_balancer_relay_protocol.php*"; |
|
664 |
|
|
665 |
$priv_list['page-services-loadbalancer-relay-protocol-edit'] = array(); |
|
666 |
$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocol: Edit page"); |
|
667 |
$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocol: Edit' page."); |
|
668 |
$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'] = array(); |
|
669 |
$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'][] = "load_balancer_relay_protocol_edit.php*"; |
|
670 |
|
|
671 | 647 |
$priv_list['page-services-loadbalancer-setting'] = array(); |
672 | 648 |
$priv_list['page-services-loadbalancer-setting']['name'] = gettext("Webcfg - Services: Load Balancer: setting page"); |
673 | 649 |
$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings: Load Balancer: Settings' page."); |
Also available in: Unified diff
Delete load_balancer_relay*.php, they are not being used