diff options
author | Renato Botelho <renato@netgate.com> | 2016-01-20 09:08:11 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-01-20 09:08:11 -0200 |
commit | 62a4f54c37166414e9e62d2d484ec4e5f76a92d2 (patch) | |
tree | 222b4f4bdfee6d5381c0f3924aaee62b17fea852 | |
parent | 8ceb9d3496dcc31f12c6b265f2b57bb34e336847 (diff) | |
parent | 11428ba5939fe9b4ff6447cd0b3ebb477a268737 (diff) | |
download | pfsense-62a4f54c37166414e9e62d2d484ec4e5f76a92d2.zip pfsense-62a4f54c37166414e9e62d2d484ec4e5f76a92d2.tar.gz |
Merge pull request #2485 from NOYB/Status_/_System_Logs_/_VPN_/_PPPoE_Service_-_Fix_Shortcut_Links
-rw-r--r-- | src/usr/local/www/status_logs_vpn.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"), ); |