summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-05-09 21:55:11 +0700
committergnhb <gnoahb@gmail.com>2010-05-09 21:55:11 +0700
commite951d0a979307fe92377082f538fa7739fbe5329 (patch)
tree09d2ec4fbaff0fdecb118f537791da415243f514 /etc/inc/priv.defs.inc
parent55f3ca1d848625054054f3423db8704c38716723 (diff)
downloadpfsense-e951d0a979307fe92377082f538fa7739fbe5329.zip
pfsense-e951d0a979307fe92377082f538fa7739fbe5329.tar.gz
Clean up of last revert commit. Revert requested by CMB. (Bring back PPP tab in diag_logs).
All client side connection of PPPoE, PPP, and PPtP will be logged under the PPP tab for easy separation of normal system messages from mpd's verbose connection logging, especially at connect time.
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index c9394d3..7c900fe 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -133,8 +133,8 @@ $priv_list['page-diagnostics-logs-settings']['match'] = array();
$priv_list['page-diagnostics-logs-settings']['match'][] = "diag_logs_settings.php*";
$priv_list['page-diagnostics-logs-pptpvpn'] = array();
-$priv_list['page-diagnostics-logs-pptpvpn']['name'] = "WebCfg - Diagnostics: Logs: PPTP VPN page";
-$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = "Allow access to the 'Diagnostics: Logs: PPTP VPN' page.";
+$priv_list['page-diagnostics-logs-pptpvpn']['name'] = "WebCfg - Diagnostics: Logs: VPN page";
+$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = "Allow access to the 'Diagnostics: Logs: VPN' page.";
$priv_list['page-diagnostics-logs-pptpvpn']['match'] = array();
$priv_list['page-diagnostics-logs-pptpvpn']['match'][] = "diag_logs_vpn.php*";
OpenPOWER on IntegriCloud