summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-05-22 11:57:27 -0400
committerjim-p <jimp@pfsense.org>2017-05-22 11:57:27 -0400
commit0116009a07f7f0f8c25e4306485102b5432676f4 (patch)
tree9d8d61428eb05e7020606b31c19a99bf55a5353e /src
parent5de4b0463871c9077850ab81ea506d5d5a892439 (diff)
downloadpfsense-0116009a07f7f0f8c25e4306485102b5432676f4.zip
pfsense-0116009a07f7f0f8c25e4306485102b5432676f4.tar.gz
Fix L2TP section log shortcut. Fixes #7564
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/shortcuts.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc
index c6b28a0..33de253 100644
--- a/src/usr/local/www/shortcuts.inc
+++ b/src/usr/local/www/shortcuts.inc
@@ -253,7 +253,7 @@ $shortcuts['pppoes']['log'] = "status_logs_vpn.php?vpntype=poes";
$shortcuts['l2tps'] = array();
$shortcuts['l2tps']['main'] = "vpn_l2tp.php";
-$shortcuts['l2tps']['log'] = "status_logs_vpn.php?vpntype=l2tp";
+$shortcuts['l2tps']['log'] = "status_logs_vpn.php?logfile=l2tps&vpntype=l2tp";
$shortcuts['carp'] = array();
$shortcuts['carp']['main'] = "system_hasync.php";
OpenPOWER on IntegriCloud