summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-15 21:13:38 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-15 21:13:38 -0800
commitd7fd1592ca75ff0c570746f76f143bff2826d250 (patch)
treece68a40d8d873de2d8ed0a8ee0c71bb7c002f2d9
parent6b55a30f4b202d9593878a1e9ccc89e31792e311 (diff)
downloadpfsense-d7fd1592ca75ff0c570746f76f143bff2826d250.zip
pfsense-d7fd1592ca75ff0c570746f76f143bff2826d250.tar.gz
Remove PPTPS from conv_log_filter
-rw-r--r--src/etc/inc/filter_log.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/inc/filter_log.inc b/src/etc/inc/filter_log.inc
index 6226ba2..9dc6466 100644
--- a/src/etc/inc/filter_log.inc
+++ b/src/etc/inc/filter_log.inc
@@ -88,7 +88,6 @@ function conv_log_filter($logfile, $nentries, $tail = 50, $filtertext = "", $fil
else if ($logfile == "{$g['varlog_path']}/ppp.log") { $logfile_type = "system"; }
else if ($logfile == "{$g['varlog_path']}/vpn.log") { $logfile_type = "tbd"; }
- else if ($logfile == "{$g['varlog_path']}/pptps.log") { $logfile_type = "tbd"; }
else if ($logfile == "{$g['varlog_path']}/poes.log") { $logfile_type = "tbd"; }
else if ($logfile == "{$g['varlog_path']}/l2tps.log") { $logfile_type = "tbd"; }
OpenPOWER on IntegriCloud