summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 07:38:50 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 07:38:50 +0000
commit01eb687d7c2a2b3535555ba18b38996365c31b58 (patch)
tree3454b02149138206489c9442fba9316cecae3b25 /etc
parent1e257f479a4f44ea75b09b8c964f359596cf4c3f (diff)
downloadpfsense-01eb687d7c2a2b3535555ba18b38996365c31b58.zip
pfsense-01eb687d7c2a2b3535555ba18b38996365c31b58.tar.gz
Catch up with file rename.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.defs.inc12
1 files changed, 6 insertions, 6 deletions
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.";
OpenPOWER on IntegriCloud