summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-22 11:30:24 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-10-22 11:30:24 -0200
commit93f51e4b338e7bb0c4dcd35461848727d16423ea (patch)
tree494c13c64d7c4e5dd1718a8280a11d080ae7c962 /etc/inc/priv.defs.inc
parenta8521a6379dc4af3bdcec0790c8323fd97481576 (diff)
downloadpfsense-93f51e4b338e7bb0c4dcd35461848727d16423ea.zip
pfsense-93f51e4b338e7bb0c4dcd35461848727d16423ea.tar.gz
Fix typo and whitespace
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 4f99902..a38e93b 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -1109,7 +1109,7 @@ $priv_list['page-system-groupmanager-addprivs']['match'] = array();
$priv_list['page-system-groupmanager-addprivs']['match'][] = "system_groupmanager_addprivs.php*";
$priv_list['page-system-staticroutes'] = array();
-$priv_list['page-system-staticroutes']['name'] =gettext("WebCfg - System: Static Routes page");
+$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System: Static Routes page");
$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page.");
$priv_list['page-system-staticroutes']['match'] = array();
$priv_list['page-system-staticroutes']['match'][] = "system_routes.php*";
@@ -1240,11 +1240,11 @@ $priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the
$priv_list['page-services-pppoeserver']['match'] = array();
$priv_list['page-services-pppoeserver']['match'][] = "vpn_pppoe.php*";
-$priv_list['page-services-pppoeserver-eidt'] = array();
-$priv_list['page-services-pppoeserver-eidt']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit page");
-$priv_list['page-services-pppoeserver-eidt']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page.");
-$priv_list['page-services-pppoeserver-eidt']['match'] = array();
-$priv_list['page-services-pppoeserver-eidt']['match'][] = "vpn_pppoe_edit.php*";
+$priv_list['page-services-pppoeserver-edit'] = array();
+$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit page");
+$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page.");
+$priv_list['page-services-pppoeserver-edit']['match'] = array();
+$priv_list['page-services-pppoeserver-edit']['match'][] = "vpn_pppoe_edit.php*";
$priv_list['page-vpn-vpnpptp'] = array();
$priv_list['page-vpn-vpnpptp']['name'] = gettext("WebCfg - VPN: VPN PPTP page");
@@ -1276,7 +1276,6 @@ $priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC
$priv_list['page-xmlrpclibrary']['match'] = array();
$priv_list['page-xmlrpclibrary']['match'][] = "xmlrpc.php*";
-
$priv_rmvd = array();
?>
OpenPOWER on IntegriCloud