From 9f466a1d13dcc0d4fe55532f81107653a4f6a20e Mon Sep 17 00:00:00 2001 From: NOYB Date: Tue, 5 Jan 2016 10:22:57 -0800 Subject: Consolidate with status_logs_common.inc --- src/usr/local/www/status_logs_common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/status_logs_common.inc') diff --git a/src/usr/local/www/status_logs_common.inc b/src/usr/local/www/status_logs_common.inc index 51c0646..35098ee 100644 --- a/src/usr/local/www/status_logs_common.inc +++ b/src/usr/local/www/status_logs_common.inc @@ -119,17 +119,17 @@ function tab_array_logs_common() { $tab_array[] = array(gettext("Dynamic View"), ($view == 'dynamic'), "/status_logs_filter_dynamic.php?logfile=filter&view=dynamic"); $tab_array[] = array(gettext("Summary View"), ($view == 'summary'), "/status_logs_filter_summary.php?logfile=filter&view=summary"); } - else if (in_array($logfile, array('poes', 'l2tp', 'vpn'))) { + else if (in_array($logfile, array('poes', 'l2tps', 'vpn'))) { $tab_array[] = array(gettext("PPPoE Logins"), (($logfile == 'vpn') && ($vpntype == "poes")), "/status_logs_vpn.php?logfile=vpn&vpntype=poes"); - $tab_array[] = array(gettext("PPPoE Raw"), + $tab_array[] = array(gettext("PPPoE Service"), (($logfile == 'poes') && ($vpntype == "poes")), "/status_logs_vpn.php?logfile=poes&vpntype=poes"); $tab_array[] = array(gettext("L2TP Logins"), (($logfile == 'vpn') && ($vpntype == "l2tp")), "/status_logs_vpn.php?logfile=vpn&vpntype=l2tp"); - $tab_array[] = array(gettext("L2TP Raw"), + $tab_array[] = array(gettext("L2TP Service"), (($logfile == 'l2tps') && ($vpntype == "l2tp")), "/status_logs_vpn.php?logfile=l2tps&vpntype=l2tp"); } -- cgit v1.1