From 01eb687d7c2a2b3535555ba18b38996365c31b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Tue, 9 Sep 2008 07:38:50 +0000 Subject: Catch up with file rename. --- etc/inc/priv.defs.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index c4a2d7e..cc9af58 100644 --- a/etc/inc/priv.defs.inc +++ b/etc/inc/priv.defs.inc @@ -384,6 +384,12 @@ $priv_list['page-system-login/logout']['descr'] = "Allow access to the 'System: $priv_list['page-system-login/logout']['match'] = array(); $priv_list['page-system-login/logout']['match'][] = "index.php*"; +$priv_list['page-interfaces'] = array(); +$priv_list['page-interfaces']['name'] = "WebCfg - Interfaces page"; +$priv_list['page-interfaces']['descr'] = "Allow access to the 'Interfaces' page."; +$priv_list['page-interfaces']['match'] = array(); +$priv_list['page-interfaces']['match'][] = "interfaces.php*"; + $priv_list['page-interfaces-assignnetworkports'] = array(); $priv_list['page-interfaces-assignnetworkports']['name'] = "WebCfg - Interfaces: Assign network ports page"; $priv_list['page-interfaces-assignnetworkports']['descr'] = "Allow access to the 'Interfaces: Assign network ports' page."; @@ -432,12 +438,6 @@ $priv_list['page-interfaces-vlan-edit']['descr'] = "Allow access to the 'Interfa $priv_list['page-interfaces-vlan-edit']['match'] = array(); $priv_list['page-interfaces-vlan-edit']['match'][] = "interfaces_vlan_edit.php*"; -$priv_list['page-interfaces-wan'] = array(); -$priv_list['page-interfaces-wan']['name'] = "WebCfg - Interfaces: WAN page"; -$priv_list['page-interfaces-wan']['descr'] = "Allow access to the 'Interfaces: WAN' page."; -$priv_list['page-interfaces-wan']['match'] = array(); -$priv_list['page-interfaces-wan']['match'][] = "interfaces_wan.php*"; - $priv_list['page-interfaces-scanwireless'] = array(); $priv_list['page-interfaces-scanwireless']['name'] = "WebCfg - Interfaces: Scan Wireless page"; $priv_list['page-interfaces-scanwireless']['descr'] = "Allow access to the 'Interfaces: Scan Wireless' page."; -- cgit v1.1