diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-12 10:59:18 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-12 10:59:18 -0400 |
commit | d2c4e1c920d06510ac94f7a57c409ef593c2e516 (patch) | |
tree | 1586f5994e798e3c1c310851913adf1e820a0322 | |
parent | dd596ed23846560bba32cbf937849fe18f131835 (diff) | |
download | pfsense-packages-d2c4e1c920d06510ac94f7a57c409ef593c2e516.tar.gz pfsense-packages-d2c4e1c920d06510ac94f7a57c409ef593c2e516.tar.bz2 pfsense-packages-d2c4e1c920d06510ac94f7a57c409ef593c2e516.zip |
Add perfmon stats log to list of log files on Logs tab.
-rw-r--r-- | config/snort/snort_interface_logs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interface_logs.php b/config/snort/snort_interface_logs.php index a51b0c93..a4b47ea0 100644 --- a/config/snort/snort_interface_logs.php +++ b/config/snort/snort_interface_logs.php @@ -177,7 +177,7 @@ if ($input_errors) { <td width="78%" class="vtable"> <select name="logFile" id="logFile" class="formselect" onChange="loadFile();"> <?php - $logs = array( "alert", "sid_changes.log" ); + $logs = array( "alert", "{$if_real}.stats" , "sid_changes.log" ); foreach ($logs as $log) { $selected = ""; if ($log == basename($logfile)) |