From 11428ba5939fe9b4ff6447cd0b3ebb477a268737 Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 20 Jan 2016 02:01:15 -0800 Subject: Status / System Logs / VPN / PPPoE Service - Fix Shortcut Links Fix PPPoE Service shortcut so links show on the breadcrumb bar. --- src/usr/local/www/status_logs_vpn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/status_logs_vpn.php b/src/usr/local/www/status_logs_vpn.php index 152af55..2bd8a09 100644 --- a/src/usr/local/www/status_logs_vpn.php +++ b/src/usr/local/www/status_logs_vpn.php @@ -75,7 +75,7 @@ $allowed_logs = array( "vpn" => array("name" => "VPN Logins", "shortcut" => "poes"), "poes" => array("name" => "PPPoE Service", - "shortcut" => "poes"), + "shortcut" => "pppoes"), "l2tps" => array("name" => "L2TP Service", "shortcut" => "l2tps"), ); -- cgit v1.1